X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fmmc.h;h=a13e2bdcf16886a755a8cf8b74974b3425ca373b;hb=b04eb342af72d5dbcc29ccd7f3f9475044113361;hp=7546b4a6c82393ab066696660593669fa3711f6a;hpb=0d986e61e26280c93b7e261c98b1f606bb9ddc5a;p=u-boot diff --git a/include/mmc.h b/include/mmc.h index 7546b4a6c8..a13e2bdcf1 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -160,6 +160,7 @@ #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 {