blob: a5e5edda9e2a74ebf55f77b477ee9f56a7e2b1f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
if TARGET_SAMSUNG_N1
config SYS_BOARD
default "n1"
config SYS_VENDOR
default "samsung"
config TEGRA_BOARD_STRING
string "Default Tegra board name"
default "Samsung N1"
endif
|