All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 07/13] S3C6400: Delete nand_spl for S3C6400
Date: Mon, 9 Jul 2012 17:21:31 -0500	[thread overview]
Message-ID: <4FFB596B.9030804@freescale.com> (raw)
In-Reply-To: <1341655032-30201-8-git-send-email-bocui107@gmail.com>

On 07/07/2012 04:57 AM, Zhong Hongbo wrote:
> From: Zhong Hongbo <bocui107@gmail.com>
> 
> 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 <bocui107@gmail.com>
> ---
>  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

  reply	other threads:[~2012-07-09 22:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-07  9:56 [U-Boot] S3c64xx: Switch all I/O to use readl/writel function Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 01/13] smdk6400: Move smdk6400 board from Makefile to boards.cfg Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 02/13] S3C64XX: Switch to use readl/writel to operate nand flash Zhong Hongbo
2012-07-09 22:19   ` Scott Wood
     [not found]     ` <4FFC2015.508@gmail.com>
2012-07-10 13:00       ` Zhong Hongbo
2012-07-10 15:36         ` Scott Wood
2012-07-11 12:34           ` Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 03/13] S3C64XX: Use readl/writel to operate uart Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 04/13] S3C64XX: add pwm for s3c64xx support Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 05/13] S3C64XX: reference s5p cpu time system for s3c64xx timer Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 06/13] S3C64xx: mov cpu_init.S to the board directory Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 07/13] S3C6400: Delete nand_spl for S3C6400 Zhong Hongbo
2012-07-09 22:21   ` Scott Wood [this message]
2012-07-07  9:57 ` [U-Boot] [PATCH 08/13] S3C6400: Adopt SPL framwork to support spl for nand flash Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 09/13] S3C64XX: Change SROM init to use read/write operation Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 10/13] S3C64XX: Switch to use read/writel to operation clock system Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 11/13] S3c64xx: clear GPIO, Interrupt, Watchdog flag Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 12/13] S3C6400: clear memory init variable Zhong Hongbo
2012-07-07  9:57 ` [U-Boot] [PATCH 13/13] S3C6400: Clear system clock variable Zhong Hongbo
2012-07-07 23:49 ` [U-Boot] S3c64xx: Switch all I/O to use readl/writel function Zhong Hongbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FFB596B.9030804@freescale.com \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.