diff options
author | John Tobias <john.tobias.ph@gmail.com> | 2014-11-12 14:27:43 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-11-13 16:23:55 +0100 |
commit | e451e9ba8d46daacf35ed9619ae902c2f0a3bc05 (patch) | |
tree | 10d491ab52a201c4290fb47fb29be853c4deea81 | |
parent | 340d1d3a0e645c515eb620751158c78f6327aca9 (diff) | |
download | u-boot-imx-e451e9ba8d46daacf35ed9619ae902c2f0a3bc05.zip u-boot-imx-e451e9ba8d46daacf35ed9619ae902c2f0a3bc05.tar.gz u-boot-imx-e451e9ba8d46daacf35ed9619ae902c2f0a3bc05.tar.bz2 |
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>
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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" |