mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-17 04:36:58 +02: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
215 B
Plaintext
14 lines
215 B
Plaintext
if TARGET_TEC
|
|
|
|
config SYS_BOARD
|
|
default "tec"
|
|
|
|
config SYS_VENDOR
|
|
default "avionic-design"
|
|
|
|
config TEGRA_BOARD_STRING
|
|
string "Default Tegra board name"
|
|
default "Avionic Design Tamonten Evaluation Carrier"
|
|
|
|
endif
|