From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 10 Aug 2012 18:30:48 -0500 Subject: [U-Boot] [V3 08/15] S3C6400: Adopt SPL framwork to support spl for nand flash In-Reply-To: <1343468148-26595-9-git-send-email-bocui107@gmail.com> References: <1343468148-26595-1-git-send-email-bocui107@gmail.com> <1343468148-26595-9-git-send-email-bocui107@gmail.com> Message-ID: <502599A8.5040305@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 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. -Scott