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

2012-12-22 Thread Tom Rini
On Thu, Dec 20, 2012 at 04:49:51PM -0600, Kim Phillips wrote: > On Thu, 20 Dec 2012 15:51:05 -0600 > Scott Wood 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 cause

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

2012-12-20 Thread Kim Phillips
On Thu, 20 Dec 2012 15:51:05 -0600 Scott Wood 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 limit