Re: [U-Boot] [PATCH v2] Fixing spi erase for S25FL128P_256K

2010-08-11 Thread Mike Frysinger
2010/8/11 Marc-André Hébert : > 2010/8/10 Mike Frysinger: >> 2010/8/10 Marc-André Hébert: >>> 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 ind

Re: [U-Boot] [PATCH v2] Fixing spi erase for S25FL128P_256K

2010-08-11 Thread Marc-André Hébert
2010/8/10 Mike Frysinger : > 2010/8/10 Marc-André Hébert: >> 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

Re: [U-Boot] [PATCH v2] Fixing spi erase for S25FL128P_256K

2010-08-10 Thread Mike Frysinger
2010/8/10 Marc-André Hébert: > 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 secto