blob: a9d62fffa55ebfdbdfa1516a0c0fff7108237c4c (
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
42
43
44
45
46
47
48
49
50
51
|
if TARGET_ODROID_XU3
config SYS_BOARD
default "smdk5420"
config SYS_VENDOR
default "samsung"
config SYS_CONFIG_NAME
default "odroid_xu3"
endif
if TARGET_PEACH_PI
config SYS_BOARD
default "smdk5420"
config SYS_VENDOR
default "samsung"
config SYS_CONFIG_NAME
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
|