Re: [U-Boot] Location of jump table in global_data structure

2008-08-20 Thread Rafal Jaworowski
Peter Tyser wrote: *snip* >>> Do others view this issue as a problem that should be fixed? >> Yes. >> >>> If others feel that the jt pointer should be moved to the 2nd item in >>> global_data structure let me know and I can generate a patch. >> Add a comment and police it is my vote. > > That's

Re: [U-Boot] Location of jump table in global_data structure

2008-08-19 Thread Peter Tyser
> > I've noticed that the jump table pointer (**jt) in the global_data > > structure is always the last field in the structure. When standalone > > applications are compiled, they hard code the jump table pointer offset > > into the global_data structure. When new versions of U-Boot come out > >

Re: [U-Boot] Location of jump table in global_data structure

2008-08-19 Thread Jerry Van Baren
Peter Tyser wrote: > Hello, > I've noticed that the jump table pointer (**jt) in the global_data > structure is always the last field in the structure. When standalone > applications are compiled, they hard code the jump table pointer offset > into the global_data structure. When new versions of