projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[platform/kernel/u-boot.git]
/
board
/
samsung
/
smdk5420
/
Kconfig
1
if TARGET_PEACH_PI
2
3
config SYS_BOARD
4
string
5
default "smdk5420"
6
7
config SYS_VENDOR
8
string
9
default "samsung"
10
11
config SYS_CONFIG_NAME
12
string
13
default "peach-pi"
14
15
endif
16
17
if TARGET_PEACH_PIT
18
19
config SYS_BOARD
20
default "smdk5420"
21
22
config SYS_VENDOR
23
default "samsung"
24
25
config SYS_CONFIG_NAME
26
default "peach-pit"
27
28
endif
29
30
if TARGET_SMDK5420
31
32
config SYS_BOARD
33
default "smdk5420"
34
35
config SYS_VENDOR
36
default "samsung"
37
38
config SYS_CONFIG_NAME
39
default "smdk5420"
40
41
endif