Re: [U-Boot] [PATCH 13/13] ppc: Remove reloc_off field from global_data structure

2009-09-23 Thread Peter Tyser
> In message <1253550038-16734-14-git-send-email-pty...@xes-inc.com> you wrote: > > Now that proper relocation is supported, the reloc_off field is no longer > > necessary. > > > > Note that the location of the standalone application jump table pointer > > in the global data structure is affected

Re: [U-Boot] [PATCH 13/13] ppc: Remove reloc_off field from global_data structure

2009-09-23 Thread Wolfgang Denk
Dear Peter Tyser, In message <1253550038-16734-14-git-send-email-pty...@xes-inc.com> you wrote: > Now that proper relocation is supported, the reloc_off field is no longer > necessary. > > Note that the location of the standalone application jump table pointer > in the global data structure is af

[U-Boot] [PATCH 13/13] ppc: Remove reloc_off field from global_data structure

2009-09-21 Thread Peter Tyser
Now that proper relocation is supported, the reloc_off field is no longer necessary. Note that the location of the standalone application jump table pointer in the global data structure is affected by this change, breaking execution of standalone applications compiled for previous versions of U-Bo