]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
imx: ventana: config: use MMC SPL RAW support
authorTim Harvey <tharvey@gateworks.com>
Fri, 15 May 2015 16:14:49 +0000 (09:14 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 20 May 2015 13:53:17 +0000 (10:53 -0300)
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

index 63af20cc9a7eee0a57b30c0b2b3653bf1623793a..ec95225d3e8c67acfc390ba5c643bede47c51638 100644 (file)
 #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 in NAND to read U-Boot from */
 #define CONFIG_SYS_NAND_U_BOOT_OFFS     (14 * 1024 * 1024)