summaryrefslogtreecommitdiff
path: root/board/freescale/t208xrdb
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-21 20:57:22 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:14 (GMT)
commit01671e668bddf98f7f831605114703daf739a44f (patch)
tree091e9b3dcd1cbd34a356d14e35b5208bcd939a91 /board/freescale/t208xrdb
parent638d5be055da291247f746a8581d95435e54d2a9 (diff)
downloadu-boot-01671e668bddf98f7f831605114703daf739a44f.tar.xz
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/t208xrdb')
-rw-r--r--board/freescale/t208xrdb/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/t208xrdb/Kconfig b/board/freescale/t208xrdb/Kconfig
index 845af3d..71e1130 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"