commit | f0d1246ed7cb5a88522244c596d7ae7e6f161283 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Wed Jun 27 13:34:26 2007 +0200 |
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | Mon Aug 13 16:33:52 2007 +0200 |
tree | 836a97c897f7296543ea610f0894c692af0221eb | |
parent | 448f5fea4c7dd531b69e4e60eed2a72b89b4ed6d [diff] |
atmel_mci: Use 512 byte blocksize if possible Instead of always using the largest blocksize the card supports, check if it can support smaller block sizes and use 512 bytes if possible. Most cards do support this, and other parts of u-boot seem to have trouble with block sizes different from 512 bytes. Also enable underrun/overrun protection. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>