mbox

[U-Boot] Pull request: nand flash

Message ID 20130606163347.GA22412@home.buserror.net
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Scott Wood June 6, 2013, 4:33 p.m. UTC
The following changes since commit d6639d10dbfa42dc888f8917012550b632a88959:

  Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2013-05-31 18:28:47 -0400)

are available in the git repository at:


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

for you to fetch changes up to 4bfd0002b653dfc9f9ddd8e9a4ce0acd40bde3ac:

  bug, nand, am33xx: nand->ecc.strength not set in board_nand_init() (2013-06-04 11:50:04 -0500)

----------------------------------------------------------------
Sergey Lapin (1):
      bug, nand, am33xx: nand->ecc.strength not set in board_nand_init()

 drivers/mtd/nand/omap_gpmc.c |    2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini June 7, 2013, 6:19 p.m. UTC | #1
On Thu, Jun 06, 2013 at 11:33:47AM -0500, Scott Wood wrote:

> The following changes since commit d6639d10dbfa42dc888f8917012550b632a88959:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2013-05-31 18:28:47 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-nand-flash.git master
> 
> for you to fetch changes up to 4bfd0002b653dfc9f9ddd8e9a4ce0acd40bde3ac:
> 
>   bug, nand, am33xx: nand->ecc.strength not set in board_nand_init() (2013-06-04 11:50:04 -0500)
> 
> ----------------------------------------------------------------
> Sergey Lapin (1):
>       bug, nand, am33xx: nand->ecc.strength not set in board_nand_init()
> 
>  drivers/mtd/nand/omap_gpmc.c |    2 ++
>  1 file changed, 2 insertions(+)

Applied to u-boot/master, thanks!