From 08c752920de9dcc285265ba071cb30e3f07fd52b Mon Sep 17 00:00:00 2001 From: York Sun Date: Fri, 18 Nov 2016 12:45:44 -0800 Subject: powerpc: T102xRDB: Split as T1023RDB and T1024RDB The defconfig files are separated. Splitting targets in Kconfig simplifies config options. Signed-off-by: York Sun --- board/freescale/t102xrdb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale/t102xrdb') diff --git a/board/freescale/t102xrdb/Kconfig b/board/freescale/t102xrdb/Kconfig index 10d49f5..d538386 100644 --- a/board/freescale/t102xrdb/Kconfig +++ b/board/freescale/t102xrdb/Kconfig @@ -1,4 +1,4 @@ -if TARGET_T102XRDB +if TARGET_T1023RDB || TARGET_T1024RDB config SYS_BOARD default "t102xrdb" -- cgit v1.1