Hi all, This is a trivial patch and it has been 18 days since posting it. Can someone take care of it, please?
On 11/05/11 23:12, Igor Grinberg wrote: > Fix parameters order in write_dataflash() function extern declaration in > the header file. > Parameters order, as in function definition, should be: > addr_dest, addr_src, size. > > Signed-off-by: Igor Grinberg <grinb...@compulab.co.il> > --- > include/dataflash.h | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/include/dataflash.h b/include/dataflash.h > index 96ac097..094babb 100644 > --- a/include/dataflash.h > +++ b/include/dataflash.h > @@ -207,7 +207,8 @@ extern int addr2ram(ulong addr); > extern int dataflash_real_protect (int flag, unsigned long start_addr, > unsigned long end_addr); > extern int addr_dataflash (unsigned long addr); > extern int read_dataflash (unsigned long addr, unsigned long size, char > *result); > -extern int write_dataflash (unsigned long addr, unsigned long dest, unsigned > long size); > +extern int write_dataflash(unsigned long addr_dest, unsigned long addr_src, > + unsigned long size); > extern void dataflash_print_info (void); > extern void dataflash_perror (int err); > extern void AT91F_DataflashSetEnv (void); -- Regards, Igor. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot