projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
armv8: ls1043a: add icid setup support
[platform/kernel/u-boot.git]
/
arch
/
arm
/
mach-orion5x
/
Kconfig
1
if ORION5X
2
3
choice
4
prompt "Marvell Orion board select"
5
optional
6
7
config TARGET_EDMINIV2
8
bool "LaCie Ethernet Disk mini V2"
9
select SUPPORT_SPL
10
11
endchoice
12
13
config SYS_SOC
14
default "orion5x"
15
16
source "board/LaCie/edminiv2/Kconfig"
17
18
config SPL_LDSCRIPT
19
default "$(CPUDIR)/orion5x/u-boot-spl.lds" if ORION5X
20
21
endif