Hi Mike, On Mon, Nov 28, 2011 at 7:15 PM, Mike Frysinger <vap...@gentoo.org> wrote: > On Monday 21 November 2011 18:58:00 Simon Glass wrote: >> --- a/board/reloc.c >> +++ b/board/reloc.c >> >> -void new_relocate_code(ulong dest_addr_sp, gd_t *new_gd, ulong dest_addr) >> +void relocate_code(ulong dest_addr_sp, gd_t *new_gd, ulong dest_addr) > > this is too fragile. we can't have every arch transition the way you did with > arm (otherwise arches that have transitioned will break in between). declare > this func weak and don't rename it. then there should be no migration issue. > -mike
Yes I will do that, thanks. We can always remove it later when archs have all moved over. Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot