Commit 3a7577e5f384f6fdbd8e9b8eefa8573c508fd6de

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 7bf38161af

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>

Showing 2 changed files with 1 additions and 24 deletions Side-by-side Diff

board/gateworks/gw_ventana/gw_ventana.cfg
1   -/*
2   - * Copyright (C) 2013 Gateworks Corporation
3   - *
4   - * SPDX-License-Identifier: GPL-2.0+
5   - *
6   - * Refer doc/README.imximage for more details about how-to configure
7   - * and create imximage boot image
8   - *
9   - * The syntax is taken as close as possible with the kwbimage
10   - */
11   -
12   -/* image version */
13   -IMAGE_VERSION 2
14   -
15   -/*
16   - * Boot Device : one of
17   - * spi, sd, nand, sata
18   - */
19   -#ifdef CONFIG_SPI_FLASH
20   -BOOT_FROM spi
21   -#else
22   -BOOT_FROM nand
23   -#endif
configs/gwventana_defconfig
1 1 CONFIG_SPL=y
2   -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/gateworks/gw_ventana/gw_ventana.cfg,MX6QDL"
  2 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/imx-common/spl_sd.cfg,MX6QDL"
3 3 +S:CONFIG_ARM=y
4 4 +S:CONFIG_TARGET_GW_VENTANA=y