commit | 71919cf15337c62b9ab389875a6a0855f0ed4461 | [log] [tgz] |
---|---|---|
author | Daniel Schwierzeck <daniel.schwierzeck@googlemail.com> | Mon Apr 02 02:57:54 2012 +0000 |
committer | Marek Vasut <marex@denx.de> | Mon Apr 02 15:54:52 2012 +0200 |
tree | 079f6666f55350b06824223c03d9fd66bc031127 | |
parent | c008b6f6dd6b8965e9a7654ffbce75bb9ff7a3b5 [diff] |
MIPS: board.c: fix init of flash data in bd_info 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 <daniel.schwierzeck@googlemail.com>