Searched hist:"9 c048b523413ae5f3ff34e00cf57569c3368ab51" (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | diff 7dedefdf749ff02c1086f7ddb8cb83a77b00d030 Wed Aug 12 10:55:47 CDT 2009 John Schmoller <jschmoller@xes-inc.com> 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> diff 9c048b523413ae5f3ff34e00cf57569c3368ab51 Wed May 07 12:25:33 CDT 2008 Vasiliy Leoenenko <vasiliy.leonenko@mail.ru> cfi_flash: enable M18 flash chips family support.
Added new command set ID. Buffered write command processing is changed in order to support M18 flash chips family.
Signed-off-by: Alexey Korolev <akorolev@infradead.org> Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
|