mbox

[U-Boot] Pull request: nand flash

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

Pull-request

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

Message

Scott Wood Jan. 9, 2015, 8:12 p.m. UTC
Sorry for the lateness -- I was just pinged about these regression fixes
that should go in the forthcoming release.

The following changes since commit b188067f39627d977bb1db67c8456e9aaab90743:

  arm: vf610: fix boot from SD-card (2015-01-09 10:27:51 -0500)

are available in the git repository at:

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

for you to fetch changes up to ab37b76d5d7879009565d1d1a2be6de63f86a674:

  mtd: nand: do not scan BBT after scrub (2015-01-09 12:19:06 -0600)

----------------------------------------------------------------
Masahiro Yamada (3):
      mtd: nand: revive "nand scrub" command
      mtd: nand: Mark the BBT as scanned prior to calling scan_bbt again
      mtd: nand: do not scan BBT after scrub

 drivers/mtd/nand/nand_base.c | 11 ++++-------
 drivers/mtd/nand/nand_util.c |  4 +---
 2 files changed, 5 insertions(+), 10 deletions(-)

Comments

Tom Rini Jan. 10, 2015, 7:10 p.m. UTC | #1
On Fri, Jan 09, 2015 at 02:12:40PM -0600, Scott Wood wrote:

> Sorry for the lateness -- I was just pinged about these regression fixes
> that should go in the forthcoming release.
> 
> The following changes since commit b188067f39627d977bb1db67c8456e9aaab90743:
> 
>   arm: vf610: fix boot from SD-card (2015-01-09 10:27:51 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-nand-flash.git 
> 
> for you to fetch changes up to ab37b76d5d7879009565d1d1a2be6de63f86a674:
> 
>   mtd: nand: do not scan BBT after scrub (2015-01-09 12:19:06 -0600)
> 

Applied to u-boot/master, thanks!