Correct RCM patched status for Mariko

This also disallows AutoRCM for Mariko.
This commit is contained in:
CTCaer
2020-06-26 22:40:06 +03:00
parent fbbfeb2d1c
commit 1c9efa327c
6 changed files with 22 additions and 10 deletions

View File

@@ -75,6 +75,9 @@ bool get_autorcm_status(bool change)
sdmmc_t sdmmc;
bool enabled = false;
if (h_cfg.t210b01)
return false;
sdmmc_storage_init_mmc(&storage, &sdmmc, SDMMC_BUS_WIDTH_8, SDHCI_TIMING_MMC_HS400);
u8 *tempbuf = (u8 *)malloc(0x200);