commit | 4147798d304cc3c389f6adcdb2372d7a6b67c7c7 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Mar 04 22:35:50 2012 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Mar 04 22:35:50 2012 -0500 |
tree | 20ec7705475e9a364f1a1054c52b55d26d79ffe9 | |
parent | a494078ac1e3d1cc76e7c388706a87ea2bf7f5b6 [diff] |
sf: unify erase commands Analysis of the flash drivers shows that they all use 0x20 if the erase size is 4KiB, or 0xd8 if it's larger. So with this info in hand, we can unify all the erase functionality in one place. Signed-off-by: Mike Frysinger <vapier@gentoo.org>