From: Tim Harvey Date: Mon, 23 May 2016 15:25:29 +0000 (-0700) Subject: imx: ventana: remove SPL_EXT_SUPPORT X-Git-Tag: KARO-TXSD-2017-03-15~799^2~31 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a0eb8c9b91348966f7ae8748b4ab3febae792a76;p=karo-tx-uboot.git imx: ventana: remove SPL_EXT_SUPPORT Remove SPL_EXT_SUPPORT to resolve build issue. It may be useful to bring it back in the future after comparing its merits to storing the args/kernel in fixed raw locations. Signed-off-by: Tim Harvey --- diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index c8d3cb8a9c..874bb04c3d 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -32,6 +32,7 @@ #include "imx6_spl.h" /* common IMX6 SPL configuration */ #include "mx6_common.h" +#undef CONFIG_SPL_EXT_SUPPORT #define CONFIG_MACH_TYPE 4520 /* Gateworks Ventana Platform */