mbox

[U-Boot] Pull request: nand flash (updated)

Message ID 20111207221735.GA2450@schlenkerla.am.freescale.net
State Accepted
Headers show

Pull-request

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

Message

Scott Wood Dec. 7, 2011, 10:17 p.m. UTC
Updated the pull request due to an incoming patch around the same
time.

I know you usually don't want a pull request for a patch so shortly after
it's posted, but it's an obvious fix, along the same lines as the other
patches in the pull request, and it didn't seem like it would be good to
delay if it's to make it into this release.

The following changes since commit c786f54b9ace5d7b20a0404a7deb1bae683cd4e8:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-12-07 09:09:58 +0100)

are available in the git repository at:

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

Anatolij Gustschin (3):
      drivers/mtd/nand/nand_spl_simple.c: Fix GCC 4.6 warnings
      drivers/mtd/nand/nand_spl_load.c: Fix GCC 4.6 warning
      nand_spl/nand_boot.c: Fix build warning

 drivers/mtd/nand/nand_spl_load.c   |   13 ++++++-------
 drivers/mtd/nand/nand_spl_simple.c |    6 ++----
 nand_spl/nand_boot.c               |    3 +--
 3 files changed, 9 insertions(+), 13 deletions(-)

Comments

Wolfgang Denk Dec. 8, 2011, 8 p.m. UTC | #1
Dear Scott Wood,

In message <20111207221735.GA2450@schlenkerla.am.freescale.net> you wrote:
> Updated the pull request due to an incoming patch around the same
> time.
> 
> I know you usually don't want a pull request for a patch so shortly after
> it's posted, but it's an obvious fix, along the same lines as the other
> patches in the pull request, and it didn't seem like it would be good to
> delay if it's to make it into this release.
> 
> The following changes since commit c786f54b9ace5d7b20a0404a7deb1bae683cd4e8:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-12-07 09:09:58 +0100)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> Anatolij Gustschin (3):
>       drivers/mtd/nand/nand_spl_simple.c: Fix GCC 4.6 warnings
>       drivers/mtd/nand/nand_spl_load.c: Fix GCC 4.6 warning
>       nand_spl/nand_boot.c: Fix build warning
> 
>  drivers/mtd/nand/nand_spl_load.c   |   13 ++++++-------
>  drivers/mtd/nand/nand_spl_simple.c |    6 ++----
>  nand_spl/nand_boot.c               |    3 +--
>  3 files changed, 9 insertions(+), 13 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk