[U-Boot] [PATCH 1/3] rename _end to __bss_end__
Albert ARIBAUD
albert.aribaud at free.fr
Wed Mar 2 07:59:51 CET 2011
Hi Po-Yu Chuang,
Le 02/03/2011 06:53, Po-Yu Chuang a écrit :
> From: Po-Yu Chuang<ratbert at faraday-tech.com>
This line appears in the body of your mail; it should not. Did you use
git send-email to post these patches?
> This is done by the following command:
> $ for f in `find * -type f`; do sed -i 's/\<_end\>/__bss_end__/g' $f; done
This part about sed does not really matter for the U-Boot code base as
such. You can put it below the "---" line, as a comment to the patch
rather than as a part of the commit message.
> 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>
> ---
Amicalement,
--
Albert.
More information about the U-Boot
mailing list