diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-05-23 08:25:29 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-05-24 15:01:43 +0200 |
commit | a0eb8c9b91348966f7ae8748b4ab3febae792a76 (patch) | |
tree | afd000c4c01ecf036b82dc37c7b4811079cc4827 | |
parent | 3c0fd17f61060f3077b0601e0d8353e2b1b6a3df (diff) | |
download | u-boot-imx-a0eb8c9b91348966f7ae8748b4ab3febae792a76.zip u-boot-imx-a0eb8c9b91348966f7ae8748b4ab3febae792a76.tar.gz u-boot-imx-a0eb8c9b91348966f7ae8748b4ab3febae792a76.tar.bz2 |
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 <tharvey@gateworks.com>
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |