From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhong Hongbo Date: Sat, 07 Jul 2012 21:19:10 +0800 Subject: [U-Boot] [V3] arm: Fix to mistake clean the memory space In-Reply-To: <20120707115851.49c4dc49@lilith> References: <1341654436-24826-1-git-send-email-bocui107@gmail.com> <20120707115851.49c4dc49@lilith> Message-ID: <4FF8374E.6020804@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/07/2012 05:58 PM, Albert ARIBAUD wrote: > Hi Zhong Hongbo, > > On Sat, 7 Jul 2012 17:47:16 +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 V2 >> - Fixed bss clear operation, no just skip it. >> - Adjust the commit information >> Change for V3 >> - Modify all the bss clean operation for arm platform >> - Adjust the title >> --- > > Almost there... The PATCH part is missing, i.e. you should not tag "[V3]" > but "[PATCH V3]". Ok, > > Just to make sure patchwork gets it right, please repost a V4 of this > properly tagged with "[PATCH V4]". Ok, Thanks, hongbo > > Amicalement, >