diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index d95cfaa4f8e1302b0c2c1ea50017c4e10a3ee6bb..0e097c78e5d40e5f3cb7ccc762779d1c2d1755ea 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -109,7 +109,7 @@ static void print_mmcinfo(struct mmc *mmc) bool is_enh = has_enh && (mmc->part_attr & EXT_CSD_ENH_GP(i)); if (mmc->capacity_gp[i]) { - printf("GP%i Capacity: ", i); + printf("GP%i Capacity: ", i+1); print_size(mmc->capacity_gp[i], is_enh ? " ENH\n" : "\n"); }