On Wed, 2014-01-15 at 11:27 +0000, thomas.lan...@lantiq.com wrote: > I think this is only required/possible for architectures which define > CONFIG_NEEDS_MANUAL_RELOC, others don't have "gd->reloc_off" > > > if (initcall_run_list(init_sequence_r)) > > hang();
Hi Thomas, I think it's a generic item for all boards that use "common/board_r.c" and "common/board_f.c". I.e. have CONFIG_BOARD_EARLY_INIT_F and CONFIG_BOARD_EARLY_INIT_R defined. I see that in "common/board_f.c" it is used for example in "setup_reloc()" and this function is executed regardless platform. Regards, Alexey _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot