[U-Boot] [PATCH 1/2 v2] rename _end to __bss_end__

Albert ARIBAUD albert.aribaud at free.fr
Thu Mar 3 07:55:31 CET 2011


Le 02/03/2011 09:59, Po-Yu Chuang a écrit :
> From: Po-Yu Chuang<ratbert at faraday-tech.com>
>
> Currently, _end is used for end of BSS section.  We want _end to mean
> end of u-boot image, so we rename _end to __bss_end__ first.
>
> Signed-off-by: Po-Yu Chuang<ratbert at faraday-tech.com>
> ---
> This is done by the following command:
> $ for f in `find * -type f`; do sed -i 's/\<_end\>/__bss_end__/g' $f; done
>
> v2:
> modify commit message

Patch applied to u-boot-arm/master (as it is a bugfix), thanks!

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list