diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2014-12-30 17:23:59 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-01-22 09:55:47 +0100 |
commit | 3dae50d0a7ff4b2b097aad3e523ee2084cc66c37 (patch) | |
tree | 8fb9e9b5665b393801ce7460b6ed5d790d5d94a8 /arch/arm/Kconfig | |
parent | d1a2e91611dace8e33ce6257be21c3b7627df036 (diff) | |
download | u-boot-imx-3dae50d0a7ff4b2b097aad3e523ee2084cc66c37.zip u-boot-imx-3dae50d0a7ff4b2b097aad3e523ee2084cc66c37.tar.gz u-boot-imx-3dae50d0a7ff4b2b097aad3e523ee2084cc66c37.tar.bz2 |
imx:mx6sxsabresd select SUPPORT_SPL
select SUPPORT_SPL for mx6sxsabresd.
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'arch/arm/Kconfig')
-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 dd35992..2ebc3e1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -637,6 +637,7 @@ config TARGET_MX6SLEVK config TARGET_MX6SXSABRESD bool "Support mx6sxsabresd" select CPU_V7 + select SUPPORT_SPL config TARGET_GW_VENTANA bool "Support gw_ventana" |