X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=common%2Fcmd_mmc_spi.c;h=a2138b8650e90cc68a1c2dde5b808fe9caa7dc47;hb=0adb5b761f4c789ae47d8abb015f5e017263d3f2;hp=98cd788c76d6136dc0e3ab175a89b763a0ba885a;hpb=4c12eeb8b55483e48ef98b8a480e2bbacc9f210d;p=oweals%2Fu-boot.git diff --git a/common/cmd_mmc_spi.c b/common/cmd_mmc_spi.c index 98cd788c76..a2138b8650 100644 --- a/common/cmd_mmc_spi.c +++ b/common/cmd_mmc_spi.c @@ -72,7 +72,7 @@ static int do_mmc_spi(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) printf("Failed to create MMC Device\n"); return 1; } - printf("%s: %d at %u:%u hz %u mode %u\n", mmc->name, mmc->block_dev.dev, + printf("%s: %d at %u:%u hz %u mode %u\n", mmc->cfg->name, mmc->block_dev.dev, bus, cs, speed, mode); mmc_init(mmc); return 0;