Re: [U-Boot] [PATCH 03/11] MIPS: board.c: fix init of flash data in bd_info

2011-11-25 Thread Marek Vasut
> Boards with CONFIG_SYS_NO_FLASH should not forced to define > CONFIG_SYS_FLASH_BASE. In this case the flash data in bd_info > should be initialized with 0 like the other archs do. > > Signed-off-by: Daniel Schwierzeck > --- > arch/mips/lib/board.c |8 ++-- > 1 files changed, 6 insertio

[U-Boot] [PATCH 03/11] MIPS: board.c: fix init of flash data in bd_info

2011-11-24 Thread Daniel Schwierzeck
Boards with CONFIG_SYS_NO_FLASH should not forced to define CONFIG_SYS_FLASH_BASE. In this case the flash data in bd_info should be initialized with 0 like the other archs do. Signed-off-by: Daniel Schwierzeck --- arch/mips/lib/board.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletio