]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mmc.h
mmc: Fix handling of bus widths and DDR card capabilities
[karo-tx-uboot.git] / include / mmc.h
index fcea195ea5673ce0e0bbe40e96f0706d44b48190..7ec255d882199c88dc7bf79f52857c87a796a46c 100644 (file)
@@ -318,6 +318,7 @@ struct mmc {
        char init_in_progress;  /* 1 if we have done mmc_start_init() */
        char preinit;           /* start init as early as possible */
        uint op_cond_response;  /* the response byte from the last op_cond */
+       int ddr_mode;
 };
 
 int mmc_register(struct mmc *mmc);