summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2016-09-01 11:13:39 +0800
committerJaehoon Chung <[email protected]>2016-09-20 06:46:01 +0900
commite492dbb41e025ac1a7d7934b1df52b2f0485f8dd (patch)
tree21f35aa012b3badd17d5651063e4ead052d0d23d /scripts
parent3697e5992f89c923aca17d7d9174739da28cb3cd (diff)
mmc: sd: optimize erase
To SD, there is no erase group, then the value erase_grp_size will be default 1. When erasing SD blocks, the blocks will be erased one by one, which is time consuming. We use AU_SIZE as a group to speed up the erasing. Erasing 4MB with a SD2.0 Card with AU_SIZE 4MB. `time mmc erase 0x100000 0x2000` time: 44.856 seconds (before optimization) time: 0.335 seconds (after optimization) Signed-off-by: Peng Fan <[email protected]> Cc: Jaehoon Chung <[email protected]> Cc: Simon Glass <[email protected]> Cc: Bin Meng <[email protected]> Cc: Stefan Wahren <[email protected]> Cc: Clemens Gruber <[email protected]> Cc: Kever Yang <[email protected]> Cc: Eric Nelson <[email protected]> Cc: Stephen Warren <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions