diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 12:45:44 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 08c752920de9dcc285265ba071cb30e3f07fd52b (patch) | |
tree | 0a414db8907b68e83ae2647cae6825e8d2468db2 /configs/T1023RDB_SECURE_BOOT_defconfig | |
parent | 10343403af4eb15690eb905bd5172331b5cfa40d (diff) | |
download | u-boot-08c752920de9dcc285265ba071cb30e3f07fd52b.tar.gz |
powerpc: T102xRDB: Split as T1023RDB and T1024RDB
The defconfig files are separated. Splitting targets in Kconfig simplifies
config options.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T1023RDB_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T1023RDB_SECURE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T1023RDB_SECURE_BOOT_defconfig b/configs/T1023RDB_SECURE_BOOT_defconfig index 3e5765ee0c..baef5208b8 100644 --- a/configs/T1023RDB_SECURE_BOOT_defconfig +++ b/configs/T1023RDB_SECURE_BOOT_defconfig @@ -1,6 +1,6 @@ CONFIG_PPC=y CONFIG_MPC85xx=y -CONFIG_TARGET_T102XRDB=y +CONFIG_TARGET_T1023RDB=y # CONFIG_SYS_MALLOC_F is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |