forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/powerpc/include/asm/mpc5xxx.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
34 *
....@@ -5,12 +6,6 @@
56 *
67 * Description:
78 * MPC5xxx Prototypes and definitions
8
- *
9
- * This is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation; either version 2 of the License, or
12
- * (at your option) any later version.
13
- *
149 */
1510
1611 #ifndef __ASM_POWERPC_MPC5xxx_H__