[U-Boot] [PATCH] Switch from archive libraries to partial linking
Graeme Russ
graeme.russ at gmail.com
Tue Nov 9 10:48:05 CET 2010
On 09/11/10 09:04, Sebastien Carlier wrote:
> NOTE: This does not include the actual patch as it is too large for the mailing list (418 kB).
> Signed-off-by: Sebastien Carlier <sebastien.carlier at gmail.com>
Patch applies with zero errors or warnings to my x86 branch, builds clean,
runs and, as a bonus, allows me to move the sc520 reset_cpu() which has an
ugly #ifdef in sc520.c into it's own file (with archives, if the archive
contained only overrides of weak functions, they would be skipped - I think
the archive needed at least the first function to not be an override of a
weak function)
So I'm a very happy (one less #ifdef) camper
Tested-by: Graeme Russ <graeme.russ at gmail.com>
More information about the U-Boot
mailing list