[PATCH 5/7] provide real barebox end variable

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Fri Jan 14 20:50:23 EST 2011


On 20:51 Fri 14 Jan     , Sascha Hauer wrote:
> Sometimes it's useful to have the memory end address barebox uses.
> 
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
>  include/reloc.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/reloc.h b/include/reloc.h
> index 22cb886..a0bf15f 100644
> --- a/include/reloc.h
> +++ b/include/reloc.h
> @@ -1,7 +1,7 @@
>  #ifndef __RELOC_H
>  #define __RELOC_H
>  
> -extern unsigned long _barebox_start, _bss_start, _bss_end, _text_base;
> +extern unsigned long _barebox_start, _bss_start, _bss_end, _text_base, _end;
how about _barebox_end

Best Regards,
J.



More information about the barebox mailing list