liblitesdcard/sdcard: increase SDCARD_CLK_FREQ to 50MHz.
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Jul 2020 12:36:49 +0000 (14:36 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Tue, 28 Jul 2020 12:36:49 +0000 (14:36 +0200)
litex/soc/software/liblitesdcard/sdcard.c

index 9c2a56228268711babde945f637f36a9fae8eba4..1a2929700c7c9a7e29589d47bb3c9cd0370d8bc6 100644 (file)
@@ -26,7 +26,7 @@
 #endif
 
 #ifndef SDCARD_CLK_FREQ
-#define SDCARD_CLK_FREQ 25000000
+#define SDCARD_CLK_FREQ 50000000
 #endif
 
 unsigned int sdcard_response[SD_CMD_RESPONSE_SIZE/4];