From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Sun, 14 Apr 2013 16:50:01 +0200 (CEST) Subject: [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README In-Reply-To: <20130414165126.3fe0e4ac@lilith> References: <1365950918-26499-1-git-send-email-albert.u.boot@aribaud.net> <20130414165126.3fe0e4ac@lilith> Message-ID: <507223449.1729371.1365951001511.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On Sunday, April 14, 2013 4:51:26 PM, Albert ARIBAUD wrote: > Hi Albert, > > On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD > wrote: > > > > > Signed-off-by: Albert ARIBAUD > > --- > > README | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/README b/README > > index 19da9c8..0bc0af5 100644 > > --- a/README > > +++ b/README > > @@ -2835,7 +2835,7 @@ FIT uImage format: > > 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_SPL_MAX_FOOTPRINT and CONFIG_SPL_MAX_BSS_SIZE > > + CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_BSS_MAX_SIZE > > must not be both defined at the same time. > > > > CONFIG_SPL_MAX_SIZE > > @@ -2858,7 +2858,7 @@ FIT uImage format: > > Maximum size in memory allocated to the SPL BSS. > > When defined, the linker checks that the actual memory used > > by SPL from __bss_start to __bss_end does not exceed it. > > - CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_MAX_BSS_SIZE > > + CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_BSS_MAX_SIZE > > must not be both defined at the same time. > > > > CONFIG_SPL_STACK > > Beno?t, is this OK? If so, I'll apply it on ARM. It is. Best regards, Beno?t