]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-orion5x/Kconfig
pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmissions
[u-boot] / arch / arm / mach-orion5x / Kconfig
index 5a542629c75e107c4116a301e569e983175c2841..2984a3edda21cea233362dc8b5b95aeb08dc4f6e 100644 (file)
@@ -2,9 +2,11 @@ if ORION5X
 
 choice
        prompt "Marvell Orion board select"
+       optional
 
 config TARGET_EDMINIV2
        bool "LaCie Ethernet Disk mini V2"
+       select SUPPORT_SPL
 
 endchoice
 
@@ -13,4 +15,7 @@ config SYS_SOC
 
 source "board/LaCie/edminiv2/Kconfig"
 
+config SPL_LDSCRIPT
+       default "$(CPUDIR)/orion5x/u-boot-spl.lds" if ORION5X
+
 endif