From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Tue, 14 Aug 2012 11:02:13 -0500 Subject: [U-Boot] [V3 08/15] S3C6400: Adopt SPL framwork to support spl for nand flash In-Reply-To: <502A5D74.6030305@gmail.com> References: <1343468148-26595-1-git-send-email-bocui107@gmail.com> <1343468148-26595-9-git-send-email-bocui107@gmail.com> <502599A8.5040305@freescale.com> <502A5D74.6030305@gmail.com> Message-ID: <502A7685.8020306@freescale.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/14/2012 09:15 AM, Zhong Hongbo wrote: > 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. Yes. -Scott