summaryrefslogtreecommitdiffstats
path: root/include/configs/devkit8000.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-06-07 14:16:43 -0400
committerTom Rini <trini@ti.com>2013-06-07 14:16:43 -0400
commitb6144dfce98c6a893a411052256b81b5afc6e5c4 (patch)
tree27906d08546a03ab478cfec149887721ebe0bcfe /include/configs/devkit8000.h
parent2fabd0bcaa941e6b960077cf7693ca3a98fa655f (diff)
downloadtalos-obmc-uboot-b6144dfce98c6a893a411052256b81b5afc6e5c4.tar.gz
talos-obmc-uboot-b6144dfce98c6a893a411052256b81b5afc6e5c4.zip
devkit8000: Add SPL_OS for MMC support
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/devkit8000.h')
-rw-r--r--include/configs/devkit8000.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h
index 788227d79d..3b74d7c31c 100644
--- a/include/configs/devkit8000.h
+++ b/include/configs/devkit8000.h
@@ -360,6 +360,14 @@
#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 */
OpenPOWER on IntegriCloud