From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 03 Mar 2011 07:55:31 +0100 Subject: [U-Boot] [PATCH 1/2 v2] rename _end to __bss_end__ In-Reply-To: <1299056399-2022-1-git-send-email-ratbert.chuang@gmail.com> References: <1299045219-1708-1-git-send-email-ratbert.chuang@gmail.com> <1299056399-2022-1-git-send-email-ratbert.chuang@gmail.com> Message-ID: <4D6F3B63.1090702@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 02/03/2011 09:59, Po-Yu Chuang a ?crit : > From: Po-Yu Chuang > > 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 > --- > 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.