mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
b4c2c151b1
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>
17 lines
260 B
Text
17 lines
260 B
Text
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
|