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 5fe6e9e..10f5f20 100644
--- a/firmware/drivers/ata.c
+++ b/firmware/drivers/ata.c
@@ -1402,9 +1402,7 @@ int ata_init(void)
GPIO_ENABLE |= 0x00080000;
GPIO_FUNCTION |= 0x00080000;
- /* ATA controller interface */
- IDECONFIG1 = 0x00107400; /* BUFEN2 enable, 5 clock pre, 3 clock post */
- IDECONFIG2 = 0x00040000; /* TA Enable = 1 */
+ /* FYI: The IDECONFIGx registers are set by set_cpu_frequency() */
#endif
sleeping = false;