]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
kconfig: imx6: add SUPPORT_SPL
authorJohn Tobias <john.tobias.ph@gmail.com>
Wed, 12 Nov 2014 22:27:43 +0000 (14:27 -0800)
committerStefano Babic <sbabic@denx.de>
Thu, 13 Nov 2014 15:23:55 +0000 (16:23 +0100)
add SUPPORT_SPL feature for iMX6 SabreSD. It need to use
mx6sabresd_spl_defconfig to compile it.

Signed-off-by: John Tobias <john.tobias.ph@gmail.com>
arch/arm/Kconfig

index 79ccc06d5c929f5c5a63be2b09043bd6fefd9e47..b00af7be58bff844b7173f4c24de287650f079c6 100644 (file)
@@ -609,6 +609,7 @@ config TARGET_MX6QSABREAUTO
 config TARGET_MX6SABRESD
        bool "Support mx6sabresd"
        select CPU_V7
+       select SUPPORT_SPL
 
 config TARGET_MX6SLEVK
        bool "Support mx6slevk"