Re: [U-Boot] [PATCH v4 02/13] Add generic relocation feature

2012-02-21 Thread Simon Glass
Hi Albert, On Tue, Feb 21, 2012 at 11:36 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 21/02/2012 02:32, Simon Glass a écrit : > > >> The __relocate_code() function is what we expect all architectures which >> support relocation will use eventually. For now, they all override this >> with their ow

Re: [U-Boot] [PATCH v4 02/13] Add generic relocation feature

2012-02-21 Thread Albert ARIBAUD
Hi Simon, Le 21/02/2012 02:32, Simon Glass a écrit : The __relocate_code() function is what we expect all architectures which support relocation will use eventually. For now, they all override this with their own version. Why the double underscore? Amicalement, -- Albert. ___

[U-Boot] [PATCH v4 02/13] Add generic relocation feature

2012-02-20 Thread Simon Glass
Add a relocation implementation as the first thing in the generic board library. This library is needed by SPL also. We create a separate header file for link symbols defined by the link scripts. It is helpful to have these all in one place and try to make them common across architectures. Since L