
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
241 B
Plaintext
17 lines
241 B
Plaintext
if TARGET_NYAN_BIG
|
|
|
|
config SYS_BOARD
|
|
default "nyan-big"
|
|
|
|
config SYS_VENDOR
|
|
default "nvidia"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "nyan-big"
|
|
|
|
config TEGRA_BOARD_STRING
|
|
string "Default Tegra board name"
|
|
default "Google/NVIDIA Nyan-big"
|
|
|
|
endif
|