[U-Boot-Users] [PATCH] Add sync at the end of flash_write_cmd for MPC86xx
Haiying Wang
r54964 at freescale.com
Mon Feb 5 22:11:54 CET 2007
> 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
>
> Maybe you can come up with a more descriptive name than SYNC :-)
>
> I had e-mailed Tolunay about this and he concurred.
>
It sounds good to me:-). So, should I patch my arch after your suggested
patch is applied?
Haiying
More information about the U-Boot
mailing list