mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00

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>
13 lines
148 B
Plaintext
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
|