diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 13:19:39 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:13 -0800 |
commit | 95a809b918ac624fe688802745366fcf7d04651e (patch) | |
tree | 0a464b374c5fcc3119952bbdeda2e56de1ab7cc0 /configs/T1040RDB_NAND_defconfig | |
parent | e5d5f5a8be964c4a3ffc84fd99762736db96c27a (diff) | |
download | u-boot-95a809b918ac624fe688802745366fcf7d04651e.tar.gz |
powerpc: T104XRDB: Split to T1040RDB and T1042RDB in Kconfig
Split ARCH_T104XRDB as ARCH_T1040RDB and ARCH_T1042RDB in Kconfig to
simplify config options.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T1040RDB_NAND_defconfig')
-rw-r--r-- | configs/T1040RDB_NAND_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T1040RDB_NAND_defconfig b/configs/T1040RDB_NAND_defconfig index da6ef10e2f..ebea1a98f0 100644 --- a/configs/T1040RDB_NAND_defconfig +++ b/configs/T1040RDB_NAND_defconfig @@ -7,7 +7,7 @@ CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y CONFIG_MPC85xx=y -CONFIG_TARGET_T104XRDB=y +CONFIG_TARGET_T1040RDB=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y |