Skip to content
Snippets Groups Projects
Commit e889e23a authored by Tim Harvey's avatar Tim Harvey Committed by Stefano Babic
Browse files

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: default avatarTim Harvey <tharvey@gateworks.com>
parent 9e205602
No related branches found
No related tags found
No related merge requests found
...@@ -11,10 +11,6 @@ ...@@ -11,10 +11,6 @@
#define CONFIG_SPL_BOARD_INIT #define CONFIG_SPL_BOARD_INIT
#define CONFIG_SPL_NAND_SUPPORT #define CONFIG_SPL_NAND_SUPPORT
#define CONFIG_SPL_MMC_SUPPORT #define CONFIG_SPL_MMC_SUPPORT
#define CONFIG_SPL_FAT_SUPPORT
/*
#define CONFIG_SPL_SATA_SUPPORT
*/
/* Location in NAND to read U-Boot from */ /* Location in NAND to read U-Boot from */
#define CONFIG_SYS_NAND_U_BOOT_OFFS (14 * 1024 * 1024) #define CONFIG_SYS_NAND_U_BOOT_OFFS (14 * 1024 * 1024)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment