summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/ata.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/drivers/ata.c b/firmware/drivers/ata.c
index 5fe6e9e5ec..10f5f20c7b 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1402,9 +1402,7 @@ int ata_init(void)
1402 GPIO_ENABLE |= 0x00080000; 1402 GPIO_ENABLE |= 0x00080000;
1403 GPIO_FUNCTION |= 0x00080000; 1403 GPIO_FUNCTION |= 0x00080000;
1404 1404
1405 /* ATA controller interface */ 1405 /* FYI: The IDECONFIGx registers are set by set_cpu_frequency() */
1406 IDECONFIG1 = 0x00107400; /* BUFEN2 enable, 5 clock pre, 3 clock post */
1407 IDECONFIG2 = 0x00040000; /* TA Enable = 1 */
1408#endif 1406#endif
1409 1407
1410 sleeping = false; 1408 sleeping = false;