]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/spl.h
ARM: SPL: Make spl_mmc.c more generic
[karo-tx-uboot.git] / arch / arm / include / asm / spl.h
index 19e6c5050f5734cfade91ff1576735e002bd653b..fdb78b51e4b97679c282b524a03bc3e3fe2ca94f 100644 (file)
 /* Platform-specific defines */
 #include <asm/arch/spl.h>
 
+/* Boot type */
+#define MMCSD_MODE_UNDEFINED   0
+#define MMCSD_MODE_RAW         1
+#define MMCSD_MODE_FAT         2
+
 struct spl_image_info {
        const char *name;
        u8 os;