diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 10:59:02 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:09 -0800 |
commit | a990799d5248d3bb92bf2a8919936e1562693b07 (patch) | |
tree | 7d75c8921550a33c874da7fb4b906b99afeb210d /include/configs/p1_p2_rdb_pc.h | |
parent | 484fff6478cef43d78af7ed8e8865bd7750183de (diff) | |
download | u-boot-a990799d5248d3bb92bf2a8919936e1562693b07.tar.gz |
powerpc: P1021: Remove macro CONFIG_P1021
Replace CONFIG_P1021 with ARCH_P1021 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/p1_p2_rdb_pc.h')
-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 c9191faa58..5689113967 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -82,7 +82,6 @@ #if defined(CONFIG_TARGET_P1021RDB) #define CONFIG_BOARDNAME "P1021RDB-PC" #define CONFIG_NAND_FSL_ELBC -#define CONFIG_P1021 #define CONFIG_QE #define CONFIG_VSC7385_ENET #define CONFIG_SYS_LBC_LBCR 0x00080000 /* Implement conversion of |