blob: 41ecbf7e22f50c1b5d42355ddcb1b2b5be8ecdbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_GURNARD
config GURNARD_SPLASH
def_bool y
config SYS_BOARD
default "gurnard"
config SYS_VENDOR
default "bluewater"
config SYS_CONFIG_NAME
default "snapper9g45"
endif
|