
On Fri, May 8, 2015 at 6:36 PM, Fabio Estevam festevam@gmail.com wrote:
Hi Tim,
On Fri, May 8, 2015 at 10:28 PM, Tim Harvey tharvey@gateworks.com wrote:
Switch to MMC RAW support for SPL. We will place the uboot.img at 69KB.
Signed-off-by: Tim Harvey tharvey@gateworks.com
include/configs/gw_ventana.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 63af20c..e18e262 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -11,10 +11,8 @@ #define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_NAND_SUPPORT #define CONFIG_SPL_MMC_SUPPORT -#define CONFIG_SPL_FAT_SUPPORT -/* -#define CONFIG_SPL_SATA_SUPPORT -*/ +/* Location on MMC to read U-Boot from */ +#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 138 /* 69KB */
No need to define this as it is the default from imx6_spl.h
Fabio,
Thanks for pointing that out - I'll remove it.
Tim