From e451e9ba8d46daacf35ed9619ae902c2f0a3bc05 Mon Sep 17 00:00:00 2001 From: John Tobias Date: Wed, 12 Nov 2014 14:27:43 -0800 Subject: [PATCH] kconfig: imx6: add SUPPORT_SPL add SUPPORT_SPL feature for iMX6 SabreSD. It need to use mx6sabresd_spl_defconfig to compile it. Signed-off-by: John Tobias --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 79ccc06..b00af7b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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"