
Stefan Roese wrote:
I am right now trying to integrate all outstanding CFI patches. Could you please resubmit this patch without all the incorrect "cosmetic changes" And please with a proper CHANGELOG entry describing the CFI driver changes.
The attached gzipped patch was made against the U-Boot GIT commit 6624b687bc2b747233090e67628df37d1c84ed17.
It is a completely independent patch, containing the patches to drivers/cfi_flash.c which were in my patch 012.
The patch - Makes flash_get_size() static. - Changes flash_full_status_check() to test for timeout OR failure, rather than timeout AND failure. - Makes find_sector() available for BOTH versions of flash_write_cfiword()
CHANGELOG: Update drivers/cfi_flash.c. - flash_get_size() now static. - flash_full_status_check() to test for timeout OR failure, rather than timeout AND failure. - find_sector() called in both versions of flash_write_cfiword() Patch by Peter Pearse, 27th Feb 2006
I intend to re-submit the changes for the boards (Integrator/CP, VersatileAB & PB) separately, once you have completed your CFI work.
Regards
Peter