forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/arch/powerpc/boot/cuboot-sequoia.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Old U-boot compatibility for Sequoia
34 *
....@@ -9,10 +10,6 @@
910 *
1011 * Based on Bamboo code by Josh Boyer <jwboyer@linux.vnet.ibm.com>
1112 * Copyright IBM Corporation, 2007
12
- *
13
- * This program is free software; you can redistribute it and/or
14
- * modify it under the terms of the GNU General Public License
15
- * as published by the Free Software Foundation; version 2 of the License
1613 */
1714
1815 #include <stdarg.h>