From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Mon, 23 May 2016 08:25:29 -0700 Subject: [U-Boot] [PATCH 4/4] imx: ventana: remove SPL_EXT_SUPPORT In-Reply-To: <1464017129-24130-1-git-send-email-tharvey@gateworks.com> References: <1464017129-24130-1-git-send-email-tharvey@gateworks.com> Message-ID: <1464017129-24130-5-git-send-email-tharvey@gateworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- include/configs/gw_ventana.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index c8d3cb8..874bb04 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 */ -- 1.9.1