
15 Jan
2014
15 Jan
'14
1:58 p.m.
On Wed, 2014-01-15 at 11:27 +0000, thomas.langer@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