diff options
author | York Sun <york.sun@nxp.com> | 2016-12-01 18:37:55 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-12-02 08:52:34 -0800 |
commit | 22a1b99a1dd82cb06d05de81a8bc3c52f8b0b5bb (patch) | |
tree | b76ed90e51273b4a9df560c0c4a0d34fcf7da3a1 /configs/Cyrus_P5040_defconfig | |
parent | 6b29a395b62965eef6b5065d3a526a8588a92038 (diff) |
powerpc: cyrus: Separate P5020/P5040 config options
Instead of using EXTRA options in defconfig, use two targets
in Kconfig to select correct SoC.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/Cyrus_P5040_defconfig')
-rw-r--r-- | configs/Cyrus_P5040_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/Cyrus_P5040_defconfig b/configs/Cyrus_P5040_defconfig index 4b50772843c..aa683227bde 100644 --- a/configs/Cyrus_P5040_defconfig +++ b/configs/Cyrus_P5040_defconfig @@ -1,11 +1,11 @@ CONFIG_PPC=y CONFIG_MPC85xx=y -CONFIG_TARGET_CYRUS=y +CONFIG_TARGET_CYRUS_P5040=y # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y -CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SYS_TEXT_BASE=0xFFF40000,ARCH_P5040" +CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SYS_TEXT_BASE=0xFFF40000" CONFIG_BOOTDELAY=10 CONFIG_CONSOLE_MUX=y CONFIG_HUSH_PARSER=y |