
The following changes since commit 461f2274f8d5e15a354ff92648f17c7b2aa76faa: Stefan Roese (1): Merge with git://www.denx.de/git/u-boot.git
are available in the git repository at:
git://www.denx.de/git/u-boot-nand-flash.git
Matthias Fuchs (3): Migrate esd 405EP boards to new NAND subsystem Migrate esd 405EP boards to new NAND subsystem Migrate esd 405EP boards to new NAND subsystem
Thomas Knobloch (1): [NAND] Bad block skipping for command nboot
board/esd/ash405/Makefile | 4 +- board/esd/ash405/ash405.c | 43 +++++-------------- board/esd/cms700/Makefile | 5 ++- board/esd/cms700/cms700.c | 39 ++++------------- board/esd/common/auto_update.c | 4 ++ board/esd/common/esd405ep_nand.c | 87 ++++++++++++++++++++++++++++++++++++++ board/esd/hh405/Makefile | 5 ++- board/esd/hh405/hh405.c | 22 +--------- board/esd/hub405/Makefile | 4 +- board/esd/hub405/hub405.c | 34 --------------- board/esd/plu405/Makefile | 5 ++- board/esd/plu405/plu405.c | 56 ++++-------------------- board/esd/voh405/Makefile | 4 +- board/esd/voh405/voh405.c | 20 --------- board/esd/wuh405/Makefile | 4 +- board/esd/wuh405/wuh405.c | 33 -------------- common/cmd_nand.c | 37 ++++++++++++++-- include/configs/ASH405.h | 43 +++++------------- include/configs/CMS700.h | 39 ++++------------- include/configs/CPCI405.h | 2 - include/configs/CPCI4052.h | 2 - include/configs/CPCI405AB.h | 3 - include/configs/CPCI405DT.h | 2 - include/configs/HH405.h | 39 ++++------------- include/configs/HUB405.h | 39 ++++------------- include/configs/PLU405.h | 57 ++++--------------------- include/configs/VOH405.h | 39 ++++------------- include/configs/WUH405.h | 42 ++++-------------- 28 files changed, 243 insertions(+), 470 deletions(-) create mode 100644 board/esd/common/esd405ep_nand.c