commit | d5eb67ea2ecafe0a4ea4560395d212bd3a176d22 | [log] [tgz] |
---|---|---|
author | John Tobias <john.tobias.ph@gmail.com> | Wed Nov 12 14:27:43 2014 -0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Nov 13 16:23:55 2014 +0100 |
tree | 10d491ab52a201c4290fb47fb29be853c4deea81 | |
parent | 6a941a3f88050aff4198525a64e00a0993444ec2 [diff] [blame] |
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 <john.tobias.ph@gmail.com>
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_MX6SABRESD bool "Support mx6sabresd" select CPU_V7 + select SUPPORT_SPL config TARGET_MX6SLEVK bool "Support mx6slevk"