blob: eddf71f40730268803c84f7437116787bf1d0dc9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if TARGET_P3450_0000
config SYS_BOARD
default "p3450-0000"
config SYS_VENDOR
default "nvidia"
config TEGRA_BOARD_STRING
string "Default Tegra board name"
default "NVIDIA P3450-0000"
endif
|