From: Peng Fan Date: Fri, 21 Dec 2018 06:21:13 +0000 (+0000) Subject: imx8qxp: add SUPPORT_SPL option X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=3bd888b55ebe7ee0d60385ec710acce59788476d;p=u-boot.git imx8qxp: add SUPPORT_SPL option Enable SUPPORT_SPL option for i.MX8QXP, then we could enable SPL. Signed-off-by: Peng Fan --- diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig index 0d3a87cd74..9671107cb6 100644 --- a/arch/arm/mach-imx/imx8/Kconfig +++ b/arch/arm/mach-imx/imx8/Kconfig @@ -5,6 +5,7 @@ config IMX8 config IMX8QXP select IMX8 + select SUPPORT_SPL bool config SYS_SOC