
Convert CFG_TEGRA_BOARD_STRING into Kconfig option and move it into device board Kconfig. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
17 lines
242 B
Plaintext
17 lines
242 B
Plaintext
if TARGET_TRIMSLICE
|
|
|
|
config SYS_BOARD
|
|
default "trimslice"
|
|
|
|
config SYS_VENDOR
|
|
default "compulab"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "trimslice"
|
|
|
|
config TEGRA_BOARD_STRING
|
|
string "Default Tegra board name"
|
|
default "Compulab Trimslice"
|
|
|
|
endif
|