Hi Wolfgang, Simon,

On Mon, Feb 6, 2012 at 9:44 AM, Wolfgang Denk <w...@denx.de> wrote:
> Dear Simon Glass,
>
> In message 
> <capnjgz2z0ojdlhz6yd5uuwru7pmjbleoghzhk7rwgwk46xx...@mail.gmail.com> you 
> wrote:
>>
>> This patch shows how to do this sort of thing on ARM. I would like to
>> see this feature in mainline, but it makes more sense to do it
>> properly if/when generic relocation is in. Then it will automatically
>> work for all archs. For now it is a useful patch.
>
> Sorry, as I see it your chances to get this in are epsilon.

I think the immediate focus should be on centralising the init sequence
processing into /common/init.c and then bringing the new'initcall'
architecture online

Once these have been done, any board can just specific:

SKIP_INIT(RELOC)

And this can be wrapped:

#ifdef CONFIG_SYS_SKIP_RELOC
SKIP_INIT(RELOC)
#endif

Done ;)

Regards,

Graeme
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to