[U-Boot] [PATCH 7/7] kconfig: imx6sl: add add SUPPORT_SPL
John Tobias
john.tobias.ph at gmail.com
Sun Nov 9 18:51:28 CET 2014
enable SUPPORT_SPL by default for iMX6SL-evk
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ab0d284..40a3604 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -614,6 +614,7 @@ config TARGET_MX6SABRESD
config TARGET_MX6SLEVK
bool "Support mx6slevk"
select CPU_V7
+ select SUPPORT_SPL
config TARGET_MX6SXSABRESD
bool "Support mx6sxsabresd"
--
1.9.1
More information about the U-Boot
mailing list