sdmmc_host: mark tCardInfo initialized at end of card init

This is needed to display card info in the debug menu.

Change-Id: I2e45edd9a9e26834efac48cea892157588c546a7
This commit is contained in:
Aidan MacDonald 2026-03-02 10:37:49 +00:00 committed by Solomon Peachy
parent eafcbd3fd6
commit a1b7e7b134

View file

@ -639,6 +639,7 @@ static int sdmmc_host_device_init(struct sdmmc_host *host)
}
host->initialized = true;
host->cardinfo.initialized = true;
return 0;
}