diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 11:44:43 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 3006ebc37e232e68464cbb196e0de222ebe7b238 (patch) | |
tree | c0965ad455b34bd40e67e4f3ad8bfc841f3ff23b /configs/B4860QDS_NAND_defconfig | |
parent | 45a8d11782934446421970bb8c1da60c57c595a8 (diff) | |
download | u-boot-imx-3006ebc37e232e68464cbb196e0de222ebe7b238.zip u-boot-imx-3006ebc37e232e68464cbb196e0de222ebe7b238.tar.gz u-boot-imx-3006ebc37e232e68464cbb196e0de222ebe7b238.tar.bz2 |
powerpc: B4860: Remove macro CONFIG_PPC_B4860
Replace CONFIG_PPC_B4860 with ARCH_B4860 in Kconfig and clean up
existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/B4860QDS_NAND_defconfig')
-rw-r--r-- | configs/B4860QDS_NAND_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/B4860QDS_NAND_defconfig b/configs/B4860QDS_NAND_defconfig index 00fe182..28ffcb6 100644 --- a/configs/B4860QDS_NAND_defconfig +++ b/configs/B4860QDS_NAND_defconfig @@ -12,7 +12,7 @@ CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y CONFIG_OF_STDOUT_VIA_ALIAS=y -CONFIG_SYS_EXTRA_OPTIONS="PPC_B4860,RAMBOOT_PBL,SPL_FSL_PBL,NAND" +CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,NAND" CONFIG_BOOTDELAY=10 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SPL=y |