sun60iw2: align mmc cmd with orangepi baseline

This commit is contained in:
Qubot 2026-05-27 15:03:18 +08:00
parent 27672815f8
commit a3d1ae96fb

View File

@ -1029,6 +1029,7 @@ int do_card0_probe(cmd_tbl_t *cmdtp, int flag,
board_mmc_set_num(0);
board_mmc_pre_init(0);
// sunxi_mmc_init(0);
mmc_boot = find_mmc_device(0);
if (!mmc_boot) {
printf("fail to find card0\n");
@ -1049,3 +1050,5 @@ U_BOOT_CMD(
"probe sunxi card0 device",
"sunxi_card0_probe"
);