summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2018-09-26 13:58:23 +0300
committerYe Li <ye.li@nxp.com>2018-09-29 00:35:26 -0700
commit40161f1538fd97909f6403b4cf39ecb67385d0ea (patch)
tree85b017cf0bd4fecda3ba65d13d2f1c6b0890bdaa
parent3a685972364413e0fa2906bde9e14bc8dd2c269e (diff)
MLK-19770-3 iMX8QM MEK SPL: arm: mach-imx: Add SPL support for iMX8QM
Enable SPL support for iMX8QM MEK board. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 5e18e5de3e2db6e096dd0314167ac05e8723bdca)
-rw-r--r--arch/arm/mach-imx/imx8/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig
index 3773732547..d26ed18f02 100644
--- a/arch/arm/mach-imx/imx8/Kconfig
+++ b/arch/arm/mach-imx/imx8/Kconfig
@@ -52,6 +52,7 @@ config TARGET_IMX8QM_DDR4_ARM2
config TARGET_IMX8QM_MEK
bool "Support i.MX8QM MEK board"
select BOARD_LATE_INIT
+ select SUPPORT_SPL
select IMX8QM
config TARGET_IMX8QXP_LPDDR4_ARM2