[U-Boot] [PATCH] MIPS: Add onenand_init() to board.c and move nand_init()

2008-11-12 Thread Stefan Roese
This patch adds a call to onenand_init() for OneNAND support and moves the nand_init() call to an earlier place, so that the environment can be used from NAND and OneNAND. Signed-off-by: Stefan Roese <[EMAIL PROTECTED]> --- lib_mips/board.c | 15 ++- 1 files changed, 10 insertions(+

Re: [U-Boot] [PATCH] MIPS: Add onenand_init() to board.c and move nand_init()

2008-11-15 Thread Shinya Kuribayashi
Stefan Roese wrote: > This patch adds a call to onenand_init() for OneNAND support and moves > the nand_init() call to an earlier place, so that the environment can > be used from NAND and OneNAND. Fair enough. Thanks for your work. Then, I've checked qemu-mips build with GCC 4.2.3, and got no w