liblitesdcard/sdcard: increase SDCARD_CLK_FREQ to 50MHz.
This commit is contained in:
parent
9518ccf453
commit
f87513ab92
|
@ -26,7 +26,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SDCARD_CLK_FREQ
|
#ifndef SDCARD_CLK_FREQ
|
||||||
#define SDCARD_CLK_FREQ 25000000
|
#define SDCARD_CLK_FREQ 50000000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned int sdcard_response[SD_CMD_RESPONSE_SIZE/4];
|
unsigned int sdcard_response[SD_CMD_RESPONSE_SIZE/4];
|
||||||
|
|
Loading…
Reference in New Issue