diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 19:20:40 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-24 07:42:10 (GMT) |
commit | 5e5fdd2d00489d4aa129e7a9ad289a38563f4387 (patch) | |
tree | 53a60ab2493ca9a09bb7cf88d7c4be840c06e5f0 /include | |
parent | 37107facbc3d1c57414ae23a807a073b360ce232 (diff) | |
download | u-boot-5e5fdd2d00489d4aa129e7a9ad289a38563f4387.tar.xz |
powerpc: P3041: Remove macro CONFIG_PPC_P3041
Replace CONFIG_PPC_P3041 with ARCH_P3041 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/P3041DS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P3041DS.h b/include/configs/P3041DS.h index c901fe2..0150747 100644 --- a/include/configs/P3041DS.h +++ b/include/configs/P3041DS.h @@ -9,7 +9,6 @@ * */ #define CONFIG_P3041DS -#define CONFIG_PPC_P3041 #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ |