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 /board/freescale | |
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 'board/freescale')
-rw-r--r-- | board/freescale/t208xrdb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xrdb/Kconfig b/board/freescale/t208xrdb/Kconfig index 845af3dd2fe..71e11303ba6 100644 --- a/board/freescale/t208xrdb/Kconfig +++ b/board/freescale/t208xrdb/Kconfig @@ -1,4 +1,4 @@ -if TARGET_T208XRDB +if TARGET_T2080RDB config SYS_BOARD default "t208xrdb" |