mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
echoplayer: enable multiblock transfers for SDMMC
Change-Id: I152a6d58b008041d646ddcfec4273a47c4060932
This commit is contained in:
parent
6da20a18c3
commit
45a61d7e7b
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ static const struct sdmmc_host_config sdmmc_config INITDATA_ATTR = {
|
|||
.bus_clocks = SDMMC_BUS_CLOCK_400KHZ |
|
||||
SDMMC_BUS_CLOCK_25MHZ |
|
||||
SDMMC_BUS_CLOCK_50MHZ,
|
||||
.max_nr_blocks = 65535,
|
||||
.is_removable = true,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue