diff options
author | York Sun <york.sun@nxp.com> | 2016-11-21 12:57:22 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:14 -0800 |
commit | 01671e668bddf98f7f831605114703daf739a44f (patch) | |
tree | 091e9b3dcd1cbd34a356d14e35b5208bcd939a91 /configs/T2080RDB_SECURE_BOOT_defconfig | |
parent | 638d5be055da291247f746a8581d95435e54d2a9 (diff) | |
download | u-boot-01671e668bddf98f7f831605114703daf739a44f.tar.gz |
powerpc: T2080RDB: Rename from T208XRDB in Kconfig
T208XRDB only has one target T2080RDB. Use TARGET_T2080RDB in Kconfig
and clean up existing macros.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/T2080RDB_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/T2080RDB_SECURE_BOOT_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T2080RDB_SECURE_BOOT_defconfig b/configs/T2080RDB_SECURE_BOOT_defconfig index 0818d9ce23..e5323c4ab8 100644 --- a/configs/T2080RDB_SECURE_BOOT_defconfig +++ b/configs/T2080RDB_SECURE_BOOT_defconfig @@ -1,6 +1,6 @@ CONFIG_PPC=y CONFIG_MPC85xx=y -CONFIG_TARGET_T208XRDB=y +CONFIG_TARGET_T2080RDB=y # CONFIG_SYS_MALLOC_F is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |