From 86f9770f3f8e44a7439fed4955fd0b2f33f9c0bf Mon Sep 17 00:00:00 2001 From: Tim Harvey Date: Fri, 15 May 2015 09:14:49 -0700 Subject: [PATCH] imx: ventana: config: use MMC SPL RAW support Switch to MMC RAW support for SPL. We will place the uboot.img at 69KB. Signed-off-by: Tim Harvey --- include/configs/gw_ventana.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 63af20cc9a..ec95225d3e 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -11,10 +11,6 @@ #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) -- 2.40.1