]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mmc.h
imx: mx6q DDR3 init: Fix RST_to_CKE
[karo-tx-uboot.git] / include / mmc.h
index 7546b4a6c82393ab066696660593669fa3711f6a..a13e2bdcf16886a755a8cf8b74974b3425ca373b 100644 (file)
 #define EXT_CSD_CARD_TYPE              196     /* RO */
 #define EXT_CSD_SEC_CNT                        212     /* RO, 4 bytes */
 #define EXT_CSD_HC_ERASE_GRP_SIZE      224     /* RO */
+#define EXT_CSD_BOOT_MULT              226     /* RO */
 
 /*
  * EXT_CSD field definitions
@@ -214,7 +215,6 @@ struct mmc_cmd {
        uint resp_type;
        uint cmdarg;
        uint response[4];
-       uint flags;
 };
 
 struct mmc_data {