diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 12:45:44 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 08c752920de9dcc285265ba071cb30e3f07fd52b (patch) | |
tree | 0a414db8907b68e83ae2647cae6825e8d2468db2 /arch/powerpc/cpu | |
parent | 10343403af4eb15690eb905bd5172331b5cfa40d (diff) | |
download | u-boot-imx-08c752920de9dcc285265ba071cb30e3f07fd52b.zip u-boot-imx-08c752920de9dcc285265ba071cb30e3f07fd52b.tar.gz u-boot-imx-08c752920de9dcc285265ba071cb30e3f07fd52b.tar.bz2 |
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>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 11ae4ea..8b857d5 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -194,8 +194,13 @@ config TARGET_T102XQDS select SUPPORT_SPL select PHYS_64BIT -config TARGET_T102XRDB - bool "Support T102xRDB" +config TARGET_T1023RDB + bool "Support T1023RDB" + select SUPPORT_SPL + select PHYS_64BIT + +config TARGET_T1024RDB + bool "Support T1024RDB" select SUPPORT_SPL select PHYS_64BIT |