Partial revert of 04c45933e
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit d1c3e3b08b2259ffe259e69ac6253b40eae7bd1e Author: Solomon Peachy <[email protected]> Date: Tue Jan 13 19:41:09 2026 -0500 Partial revert of 04c45933e mmc_sleepnow() was accidentally removed from the imx233 sdmmc code, causing the sansa fuze+ build to fail. Change-Id: I935f7f4fe99e7353a84dc26e81d85ee55afa0de3 diff --git a/firmware/target/arm/imx233/sdmmc-imx233.c b/firmware/target/arm/imx233/sdmmc-imx233.c index 65f253de1e..02f59a50f4 100644 --- a/firmware/target/arm/imx233/sdmmc-imx233.c +++ b/firmware/target/arm/imx233/sdmmc-imx233.c @@ -1000,6 +1000,10 @@ void mmc_enable(bool on) (void) on; } +void mmc_sleepnow(void) +{ +} + bool mmc_disk_is_active(void) { return false; -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs