summaryrefslogtreecommitdiffstats
path: root/include/configs/gw_ventana.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2016-05-23 08:25:28 -0700
committerStefano Babic <sbabic@denx.de>2016-05-24 15:01:43 +0200
commit3c0fd17f61060f3077b0601e0d8353e2b1b6a3df (patch)
tree7b55d74d04d599c5306d021a4cb872111d1e8ab0 /include/configs/gw_ventana.h
parenta419352daf7a3dd29306d458fd3924e394d3cdc0 (diff)
downloadblackbird-obmc-uboot-3c0fd17f61060f3077b0601e0d8353e2b1b6a3df.tar.gz
blackbird-obmc-uboot-3c0fd17f61060f3077b0601e0d8353e2b1b6a3df.zip
imx: ventana: use EEPROM register for falcon boot mode
NAND+MMC env support costs 12KB in the SPL which is fairly expensive just for the ability to specify whether or not to boot to uboot or directly to linux. The Ventana boards have plenty of EEPROM storage so we will use a byte there to signify if we should boot to the bootloader or to the OS. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include/configs/gw_ventana.h')
-rw-r--r--include/configs/gw_ventana.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h
index 8d689f11fe..c8d3cb8a9c 100644
--- a/include/configs/gw_ventana.h
+++ b/include/configs/gw_ventana.h
@@ -18,7 +18,6 @@
/* Falcon Mode */
#define CONFIG_CMD_SPL
#define CONFIG_SPL_OS_BOOT
-#define CONFIG_SPL_ENV_SUPPORT
#define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000
#define CONFIG_CMD_SPL_WRITE_SIZE (128 * SZ_1K)
OpenPOWER on IntegriCloud