diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 13:35:41 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:15 -0800 |
commit | 26bc57da0ac1ed5769e53b0ef561fd4f08c020c7 (patch) | |
tree | a6e6b3d40c3c3b29b8500aa7788eaa1842ef8567 /configs/T4240QDS_SRIO_PCIE_BOOT_defconfig | |
parent | 652a7bbd87d322c49ffe138b98563dc6c8cd2885 (diff) | |
download | u-boot-26bc57da0ac1ed5769e53b0ef561fd4f08c020c7.tar.gz u-boot-26bc57da0ac1ed5769e53b0ef561fd4f08c020c7.tar.bz2 u-boot-26bc57da0ac1ed5769e53b0ef561fd4f08c020c7.zip |
powerpc: T4240: Remove macro CONFIG_PPC_T4240
Use CONFIG_ARCH_T4240 from Kconfig instead.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T4240QDS_SRIO_PCIE_BOOT_defconfig')
-rw-r--r-- | configs/T4240QDS_SRIO_PCIE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig b/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig index 91cd3cf6ce..7e9b97e046 100644 --- a/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig +++ b/configs/T4240QDS_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_T4240,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" +CONFIG_SYS_EXTRA_OPTIONS="SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" CONFIG_BOOTDELAY=10 CONFIG_HUSH_PARSER=y # CONFIG_CMD_IMLS is not set |