forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/arch/powerpc/platforms/85xx/ppa8548.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * ppa8548 setup and early boot code.
34 *
....@@ -7,11 +8,6 @@
78 *
89 * Based on the SBC8548 support - Copyright 2007 Wind River Systems Inc.
910 * Based on the MPC8548CDS support - Copyright 2005 Freescale Inc.
10
- *
11
- * This program is free software; you can redistribute it and/or modify it
12
- * under the terms of the GNU General Public License as published by the
13
- * Free Software Foundation; either version 2 of the License, or (at your
14
- * option) any later version.
1511 */
1612
1713 #include <linux/stddef.h>