forked from OERV-BSP/u-boot
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
197 B
Plaintext
14 lines
197 B
Plaintext
if TARGET_TRIMSLICE
|
|
|
|
config SYS_BOARD
|
|
default "trimslice"
|
|
|
|
config SYS_VENDOR
|
|
default "compulab"
|
|
|
|
config TEGRA_BOARD_STRING
|
|
string "Default Tegra board name"
|
|
default "Compulab Trimslice"
|
|
|
|
endif
|