public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README
@ 2013-04-14 14:48 Albert ARIBAUD
  2013-04-14 14:51 ` Albert ARIBAUD
  2013-04-14 14:59 ` Albert ARIBAUD
  0 siblings, 2 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2013-04-14 14:48 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
---
 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
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README
  2013-04-14 14:51 ` Albert ARIBAUD
@ 2013-04-14 14:50   ` Benoît Thébaudeau
  0 siblings, 0 replies; 4+ messages in thread
From: Benoît Thébaudeau @ 2013-04-14 14:50 UTC (permalink / raw)
  To: u-boot

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
> <albert.u.boot@aribaud.net> wrote:
> 
> > 
> > Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> > ---
> >  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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README
  2013-04-14 14:48 [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README Albert ARIBAUD
@ 2013-04-14 14:51 ` Albert ARIBAUD
  2013-04-14 14:50   ` Benoît Thébaudeau
  2013-04-14 14:59 ` Albert ARIBAUD
  1 sibling, 1 reply; 4+ messages in thread
From: Albert ARIBAUD @ 2013-04-14 14:51 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> 
> Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> ---
>  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.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README
  2013-04-14 14:48 [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README Albert ARIBAUD
  2013-04-14 14:51 ` Albert ARIBAUD
@ 2013-04-14 14:59 ` Albert ARIBAUD
  1 sibling, 0 replies; 4+ messages in thread
From: Albert ARIBAUD @ 2013-04-14 14:59 UTC (permalink / raw)
  To: u-boot

On Sun, 14 Apr 2013 16:48:38 +0200, Albert ARIBAUD
<albert.u.boot@aribaud.net> wrote:

> 
> Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
> ---
>  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

Applied to u-boot-arm/master.

Amicalement,
-- 
Albert.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-14 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-14 14:48 [U-Boot] [PATCH] cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in README Albert ARIBAUD
2013-04-14 14:51 ` Albert ARIBAUD
2013-04-14 14:50   ` Benoît Thébaudeau
2013-04-14 14:59 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox