commit | dd3b45540f854c69d7e1e19b3c9176c6b2e83bd1 | [log] [tgz] |
---|---|---|
author | Tao Hou <hotforest@gmail.com> | Thu Mar 15 23:33:58 2012 +0800 |
committer | Stefan Roese <sr@denx.de> | Wed Mar 21 16:25:33 2012 +0100 |
tree | 680bde6c373aa08a83bfbc19143f65772ac06036 | |
parent | 320f54b93c7a828a2d9e9290382749dcc8c068b2 [diff] |
cfi: fix the incomplete erased status check in buffer write Without the fix, flash_write_cfibuffer will terminate the erased status check once an all-0xFF word has been found instead of continuing the erased status check utill the first non-0xFF word. Signed-off-by: Tao Hou <hotforest@gmail.com> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>