[U-Boot] [PATCH v2] env: don't generate callback list entries for SPL

Tom Rini trini at ti.com
Sat Dec 22 16:19:46 CET 2012


On Thu, Dec 20, 2012 at 04:49:51PM -0600, Kim Phillips wrote:
> On Thu, 20 Dec 2012 15:51:05 -0600
> Scott Wood <scottwood at freescale.com> wrote:
> 
> > SPL doesn't write to the environment.  These list entries prevent the
> > functions from being garbage-collected, even though nothing will look at
> > the list.  This caused several SPL builds (e.g.  P2020RDB-PC_NAND) to
> > break due to size limitations and/or unresolved symbols.
> > 
> > A static inline function is used to provide a context in which we
> > can consume the callback, and thus avoid unused function warnings.
> > 
> > Signed-off-by: Scott Wood <scottwood at freescale.com>
> > Acked-by: Joe Hershberger <joe.hershberger at gmail.com>
> > ---
> 
> Acked-by: Kim Phillips <kim.phillips at freescale.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20121222/584b195d/attachment.pgp>


More information about the U-Boot mailing list