]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-orion5x/Kconfig
spl: add hierarchical defaults for SPL_LDSCRIPT
[people/ms/u-boot.git] / arch / arm / mach-orion5x / Kconfig
CommitLineData
22f2be7a
MY
1if ORION5X
2
3choice
4 prompt "Marvell Orion board select"
a26cd049 5 optional
22f2be7a
MY
6
7config TARGET_EDMINIV2
8 bool "LaCie Ethernet Disk mini V2"
9608e7de 9 select SUPPORT_SPL
22f2be7a
MY
10
11endchoice
12
22f2be7a 13config SYS_SOC
22f2be7a
MY
14 default "orion5x"
15
16source "board/LaCie/edminiv2/Kconfig"
17
b529993e
PT
18config SPL_LDSCRIPT
19 default "$(CPUDIR)/orion5x/u-boot-spl.lds" if ORION5X
20
22f2be7a 21endif