u-boot-brain/board/freescale/t104xrdb/Kconfig
York Sun 95a809b918 powerpc: T104XRDB: Split to T1040RDB and T1042RDB in Kconfig
Split ARCH_T104XRDB as ARCH_T1040RDB and ARCH_T1042RDB in Kconfig to
simplify config options.

Signed-off-by: York Sun <york.sun@nxp.com>
2016-11-23 23:42:13 -08:00

13 lines
167 B
Plaintext

if TARGET_T1040RDB || TARGET_T1042RDB
config SYS_BOARD
default "t104xrdb"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "T104xRDB"
endif