X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fgw_ventana.h;h=8197a726742af7e6004529366e7e632212a5f2b0;hp=f41c96ea7fbcd789ec4cae0b83aea3d56542defa;hb=d6694aff569a0838a9d0ef352128f5aa309d73ff;hpb=b5b8d85e9a50c2294b6043830cd045de1002dc5d diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index f41c96ea7f..8197a72674 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -7,6 +7,17 @@ #ifndef __CONFIG_H #define __CONFIG_H +/* SPL */ +#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) + +#include "imx6_spl.h" /* common IMX6 SPL configuration */ #include "mx6_common.h" #define CONFIG_MX6 #define CONFIG_DISPLAY_CPUINFO /* display cpu info */