commit | eb0e02b2dd9e919df0d5e900d083d8b7b1f66b15 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Dec 05 12:20:58 2014 +0900 |
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Dec 08 01:25:28 2014 +0900 |
tree | 61418cf86e628ca7003d88e1b1e70400a60f48ea | |
parent | b5df0dde9d4d0415cda10e404ef835ab987e4512 [diff] |
flash: do not fail even if flash_size is zero CONFIG_SYS_MAX_FLASH_BANKS_DETECT allows to determine the number of flash banks at run-time, that is, there is a possibility that no flash bank is found. Even in such cases, it makes sense to continue the boot process without any flash device. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Stefan Roese <sr@denx.de>