From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Thu, 20 Dec 2012 16:49:51 -0600 Subject: [U-Boot] [PATCH v2] env: don't generate callback list entries for SPL In-Reply-To: <20121220215105.GA16627@buserror.net> References: <20121220215105.GA16627@buserror.net> Message-ID: <20121220164951.dc693a495ed03d75e79fb71a@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 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 > Acked-by: Joe Hershberger > --- Acked-by: Kim Phillips Thanks, Kim