mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 14:06:02 +01:00
default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@xilinx.com> [trini: Rework FSP_USE_UPD portion] Signed-off-by: Tom Rini <trini@konsulko.com>
18 lines
260 B
Plaintext
18 lines
260 B
Plaintext
if TARGET_T2080RDB
|
|
|
|
config SYS_BOARD
|
|
default "t208xrdb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "T208xRDB"
|
|
|
|
config T2080RDB_REV_D
|
|
bool "Support for T2080RDB revisions D and up"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|