]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sf: spansion: fixing erasing when sector size >64KiB
authorMarc-André Hébert <hebert.marcandre@gmail.com>
Tue, 10 Aug 2010 13:02:09 +0000 (09:02 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 7 Oct 2010 00:50:38 +0000 (20:50 -0400)
commitc3cb09207f8765dddc67298b08f1f0796c1b98db
treeaaca5bcfc454bc740a6470bc39d58e2b804942d0
parent74f9e0d8a0e1fa73af43e93b0b67985db973b1ed
sf: spansion: fixing erasing when sector size >64KiB

The spansion_erase currently only works when the sector size is 64KB.
cmd[1] should contain the higher 8 bit of the 24 bit address of the
sector to be erased. Currently it is holding the sector index to be
erased which happens to be the same thing when the sector size is
64KB.

Signed-off-by: Marc-Andre Hebert <marc-andre.hebert@humanware.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/mtd/spi/spansion.c