blob: 2fb14ef86f9f6b8e45109ae44850eb547ee6909b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
if TARGET_GOFLEXHOME
config SYS_BOARD
string
default "goflexhome"
config SYS_VENDOR
string
default "Seagate"
config SYS_CONFIG_NAME
string
default "goflexhome"
endif
|