Sansa AMS: correct sd_select_bank() in SD driver
commitd0c45d74fde486e9f8d5677bab9e1bf96293b32b
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Mon, 29 Jun 2009 11:56:49 +0000 (29 11:56 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Mon, 29 Jun 2009 11:56:49 +0000 (29 11:56 +0000)
treeb872d93eb749a304cf2f7c243ddb0a797e345e3b
parent3fb2f5e09b2431b48d6684fa5a372dee2eaf598f
Sansa AMS: correct sd_select_bank() in SD driver

Put the card data sent by DMA aligned on cache line size, and in uncached memory

Since sd_select_bank() is not used very often, still allocate the DMA buffer on the stack.

If you still experience any problems with this commit please report them after having formatted your player and reinstalled rockbox

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21550 a1c6a512-1295-4272-9138-f99709370657
firmware/target/arm/as3525/ata_sd_as3525.c