forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/arch/powerpc/boot/4xx.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright 2007 David Gibson, IBM Corporation.
34 *
....@@ -11,11 +12,6 @@
1112 * Copyright (C) 2009 Wind River Systems, Inc.
1213 * Updated for supporting PPC405EX on Kilauea.
1314 * Tiejun Chen <tiejun.chen@windriver.com>
14
- *
15
- * This program is free software; you can redistribute it and/or
16
- * modify it under the terms of the GNU General Public License
17
- * as published by the Free Software Foundation; either version
18
- * 2 of the License, or (at your option) any later version.
1915 */
2016 #include <stddef.h>
2117 #include "types.h"