forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/powerpc/platforms/44x/sam440ep.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Sam440ep board specific routines based off bamboo.c code
34 * original copyrights below
....@@ -11,11 +12,6 @@
1112 *
1213 * Modified from bamboo.c for sam440ep:
1314 * Copyright 2008 Giuseppe Coviello <gicoviello@gmail.com>
14
- *
15
- * This program is free software; you can redistribute it and/or modify it
16
- * under the terms of the GNU General Public License as published by the
17
- * Free Software Foundation; either version 2 of the License, or (at your
18
- * option) any later version.
1915 */
2016 #include <linux/init.h>
2117 #include <linux/of_platform.h>