blob: e7aafe5bebd3600c1bd4313d783e9b5313eb670d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
if TARGET_PEACH_PI
config SYS_BOARD
string
default "smdk5420"
config SYS_VENDOR
string
default "samsung"
config SYS_CONFIG_NAME
string
default "peach-pi"
endif
if TARGET_PEACH_PIT
config SYS_BOARD
default "smdk5420"
config SYS_VENDOR
default "samsung"
config SYS_CONFIG_NAME
default "peach-pit"
endif
if TARGET_SMDK5420
config SYS_BOARD
default "smdk5420"
config SYS_VENDOR
default "samsung"
config SYS_CONFIG_NAME
default "smdk5420"
endif
|