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_SRIO_PCIE_BOOT_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_SRIO_PCIE_BOOT_defconfig')
-rw-r--r-- | configs/B4860QDS_SRIO_PCIE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig b/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig index 09c8a5b..cb3e134 100644 --- a/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig +++ b/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig @@ -5,7 +5,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,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" +CONFIG_SYS_EXTRA_OPTIONS="SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" CONFIG_BOOTDELAY=10 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_HUSH_PARSER=y |