mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-05 05:51:03 +01:00
Since most boards now use the same generic device config header, move its setup to SoC Kconfig instead of setting SYS_CONFIG_NAME in each board's Kconfig. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
if TARGET_SURFACE_RT
|
|
|
|
config SYS_BOARD
|
|
default "surface-rt"
|
|
|
|
config SYS_VENDOR
|
|
default "microsoft"
|
|
|
|
config TEGRA_BOARD_STRING
|
|
string "Default Tegra board name"
|
|
default "Microsoft Surface RT"
|
|
|
|
endif
|