mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
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:
parent
eafcbd3fd6
commit
a1b7e7b134
1 changed files with 1 additions and 0 deletions
|
|
@ -639,6 +639,7 @@ static int sdmmc_host_device_init(struct sdmmc_host *host)
|
|||
}
|
||||
|
||||
host->initialized = true;
|
||||
host->cardinfo.initialized = true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue