u-boot-brain/board/freescale/t104xrdb/Kconfig
York Sun 55ed8ae367 powerpc: T1042RDB_PI: Split from T1042RDB in Kconfig
Use separated TARGET_T1042RDB_PI to simplify config options.
Remove macro CONFIG_T1042RDB_PI.

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

13 lines
210 B
Plaintext

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