From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 12 Jul 2012 21:15:37 +0200 Subject: [U-Boot] [V4] arm: Fix to mistake clean the memory space In-Reply-To: <1341667473-3800-1-git-send-email-bocui107@gmail.com> References: <1341667473-3800-1-git-send-email-bocui107@gmail.com> Message-ID: <20120712211537.0dca85ae@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Zhong Hongbo, On Sat, 7 Jul 2012 21:24:33 +0800, Zhong Hongbo wrote: > From: Zhong Hongbo > > In currently, when __bss_start is equal to __bss_end__, > The bss loop will clear all the things in memory space. > > But just only when __bss_end__ greater than __bss_start__, > we do the clear bss section operation. > > Signed-off-by: Zhong Hongbo > --- > Change for V1 > - Fixed bss clear operation, no just skip it. > - Adjust the commit information > Change for V2 > - Modify all the bss clean operation for arm platform > - Adjust the title > Change for V3 > - Modify the history information and the tag ot the patch > --- Applied to u-boot-arm/master, thanks. Amicalement, -- Albert.