From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 12 Apr 2013 18:22:53 +0200 Subject: [U-Boot] [PATCH v4 1/4] ARM: fix CONFIG_SPL_MAX_SIZE semantics In-Reply-To: <20130412153032.GQ9914@bill-the-cat> References: <1365767743-23585-1-git-send-email-albert.u.boot@aribaud.net> <1365779673-17354-1-git-send-email-albert.u.boot@aribaud.net> <1365779673-17354-2-git-send-email-albert.u.boot@aribaud.net> <20130412153032.GQ9914@bill-the-cat> Message-ID: <20130412182253.672c996a@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Fri, 12 Apr 2013 11:30:32 -0400, Tom Rini wrote: > On Fri, Apr 12, 2013 at 05:14:30PM +0200, Albert ARIBAUD wrote: > > > + CONFIG_SPL_MAX_FOOTPRINT > > + Maximum size in memory allocated to the SPL, BSS included. > > + When defined, the linker checks that the actual memory > > + used by SPL from _start to __bss_end does not exceed it. > > + CONFIG_MAX_FOOTPRINT and CONFIG_MAX_BSS_SIZE should not > > must not, not should not. And CONFIG_SPL_... for both. You can just > fix that up when commiting, assuming no other comments require change :) Will do; I'll just wait for 24 hours, to make sure no other change is requested. Amicalement, -- Albert.