From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 9 Jul 2012 17:21:31 -0500 Subject: [U-Boot] [PATCH 07/13] S3C6400: Delete nand_spl for S3C6400 In-Reply-To: <1341655032-30201-8-git-send-email-bocui107@gmail.com> References: <1341655032-30201-1-git-send-email-bocui107@gmail.com> <1341655032-30201-8-git-send-email-bocui107@gmail.com> Message-ID: <4FFB596B.9030804@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/07/2012 04:57 AM, Zhong Hongbo wrote: > From: Zhong Hongbo > > The old spl use nand_spl directory file to support > nand flash boot. We will adopt the new SPL framework > to implement it. > > Signed-off-by: Zhong Hongbo > --- > board/samsung/smdk6400/config.mk | 28 ------- > boards.cfg | 4 +- > include/configs/smdk6400.h | 4 +- > nand_spl/board/samsung/smdk6400/Makefile | 117 ---------------------------- > nand_spl/board/samsung/smdk6400/config.mk | 40 ---------- > nand_spl/board/samsung/smdk6400/u-boot.lds | 78 ------------------ > 6 files changed, 4 insertions(+), 267 deletions(-) > delete mode 100644 board/samsung/smdk6400/config.mk > delete mode 100644 nand_spl/board/samsung/smdk6400/Makefile > delete mode 100644 nand_spl/board/samsung/smdk6400/config.mk > delete mode 100644 nand_spl/board/samsung/smdk6400/u-boot.lds Shouldn't this come after the introduction of new SPL support, to preserve bisectability? > @@ -113,7 +113,6 @@ > #define CONFIG_CMD_PING > #define CONFIG_CMD_ELF > #define CONFIG_CMD_FAT > -#define CONFIG_CMD_EXT2 > > #define CONFIG_BOOTDELAY 3 > > @@ -288,6 +287,7 @@ > > #if !defined(CONFIG_ENABLE_MMU) > #define CONFIG_CMD_USB 1 > +#define CONFIG_CMD_EXT2 > #define CONFIG_USB_S3C64XX > #define CONFIG_USB_OHCI_NEW 1 > #define CONFIG_SYS_USB_OHCI_REGS_BASE 0x74300000 I'm not sure how this is relevant. -Scott