summaryrefslogtreecommitdiff
path: root/configs/P2020RDB-PC_NAND_defconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-17 22:19:18 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:09 (GMT)
commit8435aa777e35dedba79756194aa7bad8c549ea46 (patch)
tree2ddc4ae9de7079784b084207a7f9a23fa13f274a /configs/P2020RDB-PC_NAND_defconfig
parentb0c98b4b9f2eb8180eb1c4cc4164294267d8ec27 (diff)
downloadu-boot-8435aa777e35dedba79756194aa7bad8c549ea46.tar.xz
powerpc: P2020RDB-PC: Separate from P1_P2_RDB_PC in Kconfig
Use TARGET_P2020RDB_PC instead of sharing with P1_P2_RDB_PC to simplify Kconfig and config macros. Remove macro CONFIG_P2020RDB. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/P2020RDB-PC_NAND_defconfig')
-rw-r--r--configs/P2020RDB-PC_NAND_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/P2020RDB-PC_NAND_defconfig b/configs/P2020RDB-PC_NAND_defconfig
index 4af6039..fd36351c 100644
--- a/configs/P2020RDB-PC_NAND_defconfig
+++ b/configs/P2020RDB-PC_NAND_defconfig
@@ -2,12 +2,12 @@ CONFIG_PPC=y
CONFIG_SPL_NAND_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_MPC85xx=y
-CONFIG_TARGET_P1_P2_RDB_PC=y
+CONFIG_TARGET_P2020RDB=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_STDOUT_VIA_ALIAS=y
-CONFIG_SYS_EXTRA_OPTIONS="P2020RDB,NAND"
+CONFIG_SYS_EXTRA_OPTIONS="NAND"
CONFIG_BOOTDELAY=10
CONFIG_SPL=y
CONFIG_TPL=y