powerpc/85xx: Fix NAND SPL support
[oweals/u-boot.git] / include / configs / smdkv310.h
index d59c784e94682f74f97c6895c82160a9467696e4..fc8bb06d596c725eb1bd550f5686409d4f53123c 100644 (file)
 
 #define CONFIG_BOOTDELAY               3
 #define CONFIG_ZERO_BOOTDELAY_CHECK
-#define CONFIG_MMC_U_BOOT
+
+/* MMC SPL */
+#define CONFIG_SPL
+#define COPY_BL2_FNPTR_ADDR    0x00002488
 
 #define CONFIG_BOOTCOMMAND     "fatload mmc 0 40007000 uImage; bootm 40007000"