diff options
author | York Sun <york.sun@nxp.com> | 2016-11-17 13:12:38 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:08 -0800 |
commit | fedae6ebafa79555693e5af1953aacb637ec24b9 (patch) | |
tree | 4e51f1ae0b5f8c5eda471d99f2e86e51be74df6e /configs/P1020MBG-PC_defconfig | |
parent | 41c7b7b132ef2c828b0a856d55e383a8c596532b (diff) | |
download | u-boot-fedae6ebafa79555693e5af1953aacb637ec24b9.tar.gz |
powerpc: P1020MBG: Separate from P1_P2_RDB_PC in Kconfig
Use TARGET_P1020MBG instead of sharing with TARGET_P1_P2_RDB_PC to
simplify Kconfig and other macros.
Remove macro CONFIG_P1020MBG.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/P1020MBG-PC_defconfig')
-rw-r--r-- | configs/P1020MBG-PC_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/P1020MBG-PC_defconfig b/configs/P1020MBG-PC_defconfig index 4f87745bfd..c83299358f 100644 --- a/configs/P1020MBG-PC_defconfig +++ b/configs/P1020MBG-PC_defconfig @@ -1,11 +1,10 @@ CONFIG_PPC=y CONFIG_MPC85xx=y -CONFIG_TARGET_P1_P2_RDB_PC=y +CONFIG_TARGET_P1020MBG=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="P1020MBG" CONFIG_BOOTDELAY=10 CONFIG_HUSH_PARSER=y CONFIG_CMD_MMC=y |