
The following changes since commit 1f1554841a4c8e069d331176f0c3059fb2bb8280: Wolfgang Denk (1): Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git master
Dirk Behme (1): nand: Correct NAND erase percentage output
Scott Wood (3): NAND: Provide a sane default for NAND_MAX_CHIPS. Make onenand_uboot.h self-sufficient. Remove prototypes of nand_init() in favor of including nand.h.
Stuart Wood (1): env_nand.c: Added bad block management for environment variables
common/env_nand.c | 119 +++++++++++++++++++++++++++++++++++------- drivers/mtd/nand/nand_util.c | 7 +++ include/linux/mtd/nand.h | 4 ++ include/onenand_uboot.h | 5 ++ lib_arm/board.c | 10 +--- lib_ppc/board.c | 4 +- lib_sh/board.c | 2 +- 7 files changed, 119 insertions(+), 32 deletions(-)