summaryrefslogtreecommitdiffstats
path: root/configs/gwventana_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2014-11-20 13:17:56 -0200
committerStefano Babic <sbabic@denx.de>2014-11-24 11:59:59 +0100
commit3a7577e5f384f6fdbd8e9b8eefa8573c508fd6de (patch)
tree9561032a210916c335b40df87ab9db8894fed19f /configs/gwventana_defconfig
parent7bf38161af878935f5c04c503a136dd5d333cd9e (diff)
downloadtalos-obmc-uboot-3a7577e5f384f6fdbd8e9b8eefa8573c508fd6de.tar.gz
talos-obmc-uboot-3a7577e5f384f6fdbd8e9b8eefa8573c508fd6de.zip
gw_ventana: Use the generic spl_sd.cfg
gw_ventana can boot from SPI or NAND and both of these interfaces boot from the same 0x400 offset. This means that we could simplify the code and replace the custom gw_ventana.cfg with the generic spl_sd.cfg, as it provides the same boot offset of 0x400. Cc: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'configs/gwventana_defconfig')
-rw-r--r--configs/gwventana_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/gwventana_defconfig b/configs/gwventana_defconfig
index f18532938f..4cddbdd655 100644
--- a/configs/gwventana_defconfig
+++ b/configs/gwventana_defconfig
@@ -1,4 +1,4 @@
CONFIG_SPL=y
-CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/gateworks/gw_ventana/gw_ventana.cfg,MX6QDL"
+CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL"
+S:CONFIG_ARM=y
+S:CONFIG_TARGET_GW_VENTANA=y
OpenPOWER on IntegriCloud