diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:00:57 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:10 -0800 |
commit | 52b6f13d2c9c69d2841572e10515880bc59fed48 (patch) | |
tree | 648f0e1be816b94f84861aa438ac720ff129b8dd /include | |
parent | a990799d5248d3bb92bf2a8919936e1562693b07 (diff) | |
download | u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.zip u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.gz u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.bz2 |
powerpc: P1024: Remove CONFIG_P1024
Replace CONFIG_P1024 with ARCH_P1024 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/p1_p2_rdb_pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 5689113..119bd10 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -116,7 +116,6 @@ #if defined(CONFIG_TARGET_P1024RDB) #define CONFIG_BOARDNAME "P1024RDB" #define CONFIG_NAND_FSL_ELBC -#define CONFIG_P1024 #define CONFIG_SLIC #define __SW_BOOT_MASK 0xf3 #define __SW_BOOT_NOR 0x00 |