Partial revert of 04c45933e

mmc_sleepnow() was accidentally removed from the imx233 sdmmc code,
causing the sansa fuze+ build to fail.

Change-Id: I935f7f4fe99e7353a84dc26e81d85ee55afa0de3
This commit is contained in:
Solomon Peachy 2026-01-13 19:41:09 -05:00
parent 7518b8c309
commit d1c3e3b08b

View file

@ -1000,6 +1000,10 @@ void mmc_enable(bool on)
(void) on;
}
void mmc_sleepnow(void)
{
}
bool mmc_disk_is_active(void)
{
return false;