From 01671e668bddf98f7f831605114703daf739a44f Mon Sep 17 00:00:00 2001 From: York Sun Date: Mon, 21 Nov 2016 12:57:22 -0800 Subject: 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 --- board/freescale/t208xrdb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale') 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" -- cgit v1.1