forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/powerpc/boot/cuboot-sam440ep.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Old U-boot compatibility for Sam440ep based off bamboo.c code
34 * original copyrights below
....@@ -10,10 +11,6 @@
1011 *
1112 * Modified from cuboot-bamboo.c for sam440ep:
1213 * Copyright 2008 Giuseppe Coviello <gicoviello@gmail.com>
13
- *
14
- * This program is free software; you can redistribute it and/or modify it
15
- * under the terms of the GNU General Public License version 2 as published
16
- * by the Free Software Foundation.
1714 */
1815
1916 #include "ops.h"