summaryrefslogtreecommitdiff
path: root/firmware/drivers/ata_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/ata_mmc.c')
-rw-r--r--firmware/drivers/ata_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/ata_mmc.c b/firmware/drivers/ata_mmc.c
index 377d2444bf..847e282e3b 100644
--- a/firmware/drivers/ata_mmc.c
+++ b/firmware/drivers/ata_mmc.c
@@ -1163,7 +1163,7 @@ int ata_init(void)
1163 } 1163 }
1164#endif 1164#endif
1165 1165
1166 new_mmc_circuit = ((read_hw_mask() & MMC_CLOCK_POLARITY) != 0); 1166 new_mmc_circuit = ((HW_MASK & MMC_CLOCK_POLARITY) != 0);
1167 ata_enable(true); 1167 ata_enable(true);
1168 1168
1169 if ( !initialized ) 1169 if ( !initialized )