From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhong Hongbo Date: Tue, 14 Aug 2012 22:15:16 +0800 Subject: [U-Boot] [V3 08/15] S3C6400: Adopt SPL framwork to support spl for nand flash In-Reply-To: <502599A8.5040305@freescale.com> References: <1343468148-26595-1-git-send-email-bocui107@gmail.com> <1343468148-26595-9-git-send-email-bocui107@gmail.com> <502599A8.5040305@freescale.com> Message-ID: <502A5D74.6030305@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 08/11/2012 07:30 AM, Scott Wood wrote: > On 07/28/2012 04:35 AM, Zhong Hongbo wrote: >> From: Zhong Hongbo >> >> Adopt the new SPL framework to implement the SPL booting of >> the nand flash for S3C6400. >> >> Signed-off-by: Zhong Hongbo >> --- >> Change for V3: >> - None. >> Change for V2: >> - seprate some code. >> --- > > This breaks bisectability -- you should make the new SPL work before or > at the same time as you eliminate the old SPL. Hi Scott, Do you think that I should do this patch according? At first, I should do the new SPL work patch, the next step is to eliminate the old SPL. If I am wrong, please point it to me. Thanks, hongbo > > -Scott > > > >