]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_mmc.c
mmc: skip mmcinfo partition info processing for eMMC < 4.41
[karo-tx-uboot.git] / common / cmd_mmc.c
index 0e097c78e5d40e5f3cb7ccc762779d1c2d1755ea..8c03e583e5c58098357f7204340e81b5e481d0dd 100644 (file)
@@ -95,7 +95,7 @@ static void print_mmcinfo(struct mmc *mmc)
        printf("Bus Width: %d-bit%s\n", mmc->bus_width,
                        mmc->ddr_mode ? " DDR" : "");
 
-       if (!IS_SD(mmc) && mmc->version >= MMC_VERSION_4) {
+       if (!IS_SD(mmc) && mmc->version >= MMC_VERSION_4_41) {
                bool has_enh = (mmc->part_support & ENHNCD_SUPPORT) != 0;
                puts("User Capacity: ");
                print_size(mmc->capacity_user,