commit | a5ca14249a8e6f42491ccff5d13b364f5c71447e | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Fri Nov 18 12:45:44 2016 -0800 |
committer | York Sun <york.sun@nxp.com> | Wed Nov 23 23:42:12 2016 -0800 |
tree | 0a414db8907b68e83ae2647cae6825e8d2468db2 | |
parent | 51e91e886746e2dccc9934a3f893a8102e1f5793 [diff] [blame] |
powerpc: T102xRDB: Split as T1023RDB and T1024RDB The defconfig files are separated. Splitting targets in Kconfig simplifies config options. Signed-off-by: York Sun <york.sun@nxp.com>
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"