[U-Boot] Pull request: nand flash

The following changes since commit 6612ab33956ae09c5ba2fde9c1540b519625ba37:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-21 16:27: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 2b26201a2aef0b310b7c04702b0dba5dea493f77:
env_nand.c: support falling back to redundant env when writing (2013-08-22 17:49:47 -0500)
---------------------------------------------------------------- Masahiro Yamada (4): cmd_nand: fix a memory leak in nand_dump function cmd_nand: slight optimization of nand_dump function cmd_nand: Do not show usage when scrub is aborted nand_util: delete a useless variable
Phil Sutter (1): env_nand.c: support falling back to redundant env when writing
common/cmd_nand.c | 40 +++++++++------ common/env_nand.c | 116 ++++++++++++++++++++----------------------- drivers/mtd/nand/nand_util.c | 3 +- 3 files changed, 81 insertions(+), 78 deletions(-)

On Fri, Aug 23, 2013 at 10:48:50AM -0500, Scott Wood wrote:
The following changes since commit 6612ab33956ae09c5ba2fde9c1540b519625ba37:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2013-08-21 16:27: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 2b26201a2aef0b310b7c04702b0dba5dea493f77:
env_nand.c: support falling back to redundant env when writing (2013-08-22 17:49:47 -0500)
Masahiro Yamada (4): cmd_nand: fix a memory leak in nand_dump function cmd_nand: slight optimization of nand_dump function cmd_nand: Do not show usage when scrub is aborted nand_util: delete a useless variable
Phil Sutter (1): env_nand.c: support falling back to redundant env when writing
common/cmd_nand.c | 40 +++++++++------ common/env_nand.c | 116 ++++++++++++++++++++----------------------- drivers/mtd/nand/nand_util.c | 3 +- 3 files changed, 81 insertions(+), 78 deletions(-)
Applied to u-boot/master, thanks!
participants (2)
-
Scott Wood
-
Tom Rini