diff options
author | York Sun | 2016-11-21 12:57:22 -0800 |
---|---|---|
committer | York Sun | 2016-11-23 23:42:14 -0800 |
commit | 01671e668bddf98f7f831605114703daf739a44f (patch) | |
tree | 091e9b3dcd1cbd34a356d14e35b5208bcd939a91 /arch | |
parent | 638d5be055da291247f746a8581d95435e54d2a9 (diff) |
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 'arch')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index abd7349ff23..e4a7b880d51 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -247,8 +247,8 @@ config TARGET_T2080QDS select SUPPORT_SPL select PHYS_64BIT -config TARGET_T208XRDB - bool "Support T208xRDB" +config TARGET_T2080RDB + bool "Support T2080RDB" select SUPPORT_SPL select PHYS_64BIT |