[U-Boot] [PATCH 5/5 v3] nios2: fix no flash, add nand and mmc init in board.c

2010-04-22 Thread Thomas Chou
This patch fixes error when CONFIG_SYS_NO_FLASH. And adds nand flash and mmc initialization, which should go before env initialization. Signed-off-by: Thomas Chou --- v3 include mmc.h and nand.h. v2 arch dir reorganized. arch/nios2/lib/board.c | 18 ++ 1 files changed, 18 inse

Re: [U-Boot] [PATCH 5/5 v3] nios2: fix no flash, add nand and mmc init in board.c

2010-04-22 Thread Scott McNutt
Applied. Thanks. --Scott Thomas Chou wrote: > This patch fixes error when CONFIG_SYS_NO_FLASH. And adds > nand flash and mmc initialization, which should go before > env initialization. > > Signed-off-by: Thomas Chou > --- > v3 include mmc.h and nand.h. > v2 arch dir reorganized. > > arch/nios