[U-Boot-Users] [PATCH] Add sync at the end of flash_write_cmd for MPC86xx
Haavard Skinnemoen
hskinnemoen at gmail.com
Mon Feb 5 22:11:22 CET 2007
On 2/5/07, Andrew Dyer <amdyer at gmail.com> wrote:
> Given that this is already looks to have been an issue on blackfin and
> now PPC (and probably some MIPS also), I would suggest it's better to
> define a macro in the CPU definition for your arch and blackfin and do
> a generic test like so:
>
> #ifdef SYNC
> SYNC;
> #endif
Better to drop the #ifdef and just add empty stubs for the arches that
don't need it.
Haavard
More information about the U-Boot
mailing list