u-boot-brain/board/freescale/t208xrdb/Kconfig
York Sun 01671e668b powerpc: T2080RDB: Rename from T208XRDB in Kconfig
T208XRDB only has one target T2080RDB. Use TARGET_T2080RDB in Kconfig
and clean up existing macros.

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

13 lines
148 B
Plaintext

if TARGET_T2080RDB
config SYS_BOARD
default "t208xrdb"
config SYS_VENDOR
default "freescale"
config SYS_CONFIG_NAME
default "T208xRDB"
endif