mbox

[U-Boot] Pull request: nand flash

Message ID 20110513161643.GA5206@schlenkerla.am.freescale.net
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-nand-flash.git master

Message

Scott Wood May 13, 2011, 4:16 p.m. UTC
The following changes since commit 91081e01b10d64e99dc485e477e6ae3b1171e8ce:

  Revert "Fix building tools alone with host compiler" (2011-05-13 13:37:20 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-nand-flash.git master

Alex Waterman (1):
      Decreases code size of the nand_spl

Stefan Roese (2):
      nand_spl: nand_boot.c: Init nand_chip.options to 0
      nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAY

 nand_spl/nand_boot.c |   43 +++++++++++++++++--------------------------
 1 files changed, 17 insertions(+), 26 deletions(-)

Comments

Wolfgang Denk May 15, 2011, 9:24 p.m. UTC | #1
Dear Scott Wood,

In message <20110513161643.GA5206@schlenkerla.am.freescale.net> you wrote:
> The following changes since commit 91081e01b10d64e99dc485e477e6ae3b1171e8ce:
> 
>   Revert "Fix building tools alone with host compiler" (2011-05-13 13:37:20 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> Alex Waterman (1):
>       Decreases code size of the nand_spl
> 
> Stefan Roese (2):
>       nand_spl: nand_boot.c: Init nand_chip.options to 0
>       nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAY
> 
>  nand_spl/nand_boot.c |   43 +++++++++++++++++--------------------------
>  1 files changed, 17 insertions(+), 26 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk