]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
devkit8000: Add SPL_OS for MMC support
authorTom Rini <trini@ti.com>
Fri, 7 Jun 2013 18:16:43 +0000 (14:16 -0400)
committerTom Rini <trini@ti.com>
Fri, 7 Jun 2013 18:16:43 +0000 (14:16 -0400)
Signed-off-by: Tom Rini <trini@ti.com>
include/configs/devkit8000.h

index 788227d79d0233f8527b6c245ac92b36e49d8f61..3b74d7c31c118868823bef179c8c94b1532a504e 100644 (file)
 #define CONFIG_CMD_SPL_NAND_OFS (CONFIG_SYS_NAND_SPL_KERNEL_OFFS+\
                                        0x400000)
 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x280000
+
+#define CONFIG_SPL_FAT_LOAD_KERNEL_NAME                "uImage"
+#define CONFIG_SPL_FAT_LOAD_ARGS_NAME          "args"
+
+#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR        0x500 /* address 0xa0000 */
+#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR  0x8   /* address 0x1000 */
+#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 8     /* 4KB */
+
 #define CONFIG_SYS_SPL_ARGS_ADDR        (PHYS_SDRAM_1 + 0x100)
 
 #endif /* __CONFIG_H */