AMS Sansa: Remove MCI_RX_ACTIVE FIFO check following SD transfers.
commit9b326622d45d417642bc28ba9eb09be26294e762
authorFlynDice <FlynDice@a1c6a512-1295-4272-9138-f99709370657>
Tue, 24 Nov 2009 06:37:36 +0000 (24 06:37 +0000)
committerFlynDice <FlynDice@a1c6a512-1295-4272-9138-f99709370657>
Tue, 24 Nov 2009 06:37:36 +0000 (24 06:37 +0000)
tree4db141f0b8b69ed02b305712f8311b15131bdeac
parenta5de4d3c2c23edb17cf9c677f84a83cb8f82af85
AMS Sansa:  Remove MCI_RX_ACTIVE FIFO check following SD transfers.

We don't need to check the FIFO for MCI_RX_ACTIVE because we don't experience problems reading from the SD cards.
We need the MCI_TX_ACTIVE FIFO check during writes because some SD cards spend longer times in the PRG state
programming the data that has been written to them.

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