On 07/07/2012 04:57 AM, Zhong Hongbo wrote: > From: Zhong Hongbo <[email protected]> > > 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 <[email protected]> > --- > 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

