commit | 7dedefdf749ff02c1086f7ddb8cb83a77b00d030 | [log] [tgz] |
---|---|---|
author | John Schmoller <jschmoller@xes-inc.com> | Wed Aug 12 10:55:47 2009 -0500 |
committer | Stefan Roese <sr@denx.de> | Thu Aug 13 09:28:20 2009 +0200 |
tree | 7ab3070e70b55fb4005910eeb39afaf7cca068f6 | |
parent | f6e3a1fa92f61083885178101e973c86b419a6f7 [diff] |
flash: Fix CFI buffer size bug Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51. The cfi_flash.c driver cast the flash buffer size to a uchar in flash_write_cfibuffer(). On some flash parts, (tested on Numonyx part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to uchar to enable buffer sizes to be larger. Signed-off-by: John Schmoller <jschmoller@xes-inc.com> Signed-off-by: Stefan Roese <sr@denx.de>