blob: 23d9d2ae39ccebfaf7d5c0d94b82eb719eeeaf34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if TARGET_VENICE2
config SYS_BOARD
default "venice2"
config SYS_VENDOR
default "nvidia"
config TEGRA_BOARD_STRING
string "Default Tegra board name"
default "NVIDIA Venice2"
endif
|