commit | 0d15d2ad23c6a37cb590c03afaefede7a80af8fb | [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 | b456f54b5e76d26ad4b4715be13afa7a25cb942c [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>