
Dear Xiangfu Liu,
In message 1326207993-17791-1-git-send-email-xiangfu@openmobilefree.net you wrote:
Signed-off-by: Xiangfu Liu xiangfu@openmobilefree.net
Changes for v2: -Add CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST -Cleanup jz4740_nand.c a little
Changes for v3: -Remove CONFIG_NAND_SPL_TEXT_BASE, fix the wrong TEXT base under SPL u-boot.lds -Remove overcomplicated 'dd', pad to 32KB SPL instead of 256. comments added in Makefile -Cleanup the qi_lb60.h
arch/mips/cpu/xburst/cpu.c | 4 + arch/mips/cpu/xburst/start_spl.S | 65 +++++++++++++ drivers/mtd/nand/jz4740_nand.c | 40 ++++++++- include/configs/qi_lb60.h | 166 ++++++++++++++++------------------ nand_spl/board/qi/qi_lb60/Makefile | 124 +++++++++++++++++++++++++ nand_spl/board/qi/qi_lb60/nand_spl.c | 37 ++++++++ nand_spl/board/qi/qi_lb60/u-boot.lds | 62 +++++++++++++ 7 files changed, 407 insertions(+), 91 deletions(-) create mode 100644 arch/mips/cpu/xburst/start_spl.S create mode 100644 nand_spl/board/qi/qi_lb60/Makefile create mode 100644 nand_spl/board/qi/qi_lb60/nand_spl.c create mode 100644 nand_spl/board/qi/qi_lb60/u-boot.lds
I don't want to see more boards added to the old /nand_spl/ infrastructure. You said you were converting to /spl/ instead?
Best regards,
Wolfgang Denk