From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 05 Dec 2014 07:54:53 +0100 Subject: [U-Boot] [PATCH] flash: do not fail even if flash_size is zero In-Reply-To: <1417749658-22827-1-git-send-email-yamada.m@jp.panasonic.com> References: <1417749658-22827-1-git-send-email-yamada.m@jp.panasonic.com> Message-ID: <548156BD.2020206@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05.12.2014 04:20, Masahiro Yamada wrote: > 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. It makes sense to continue the boot process without > any flash device. > > Signed-off-by: Masahiro Yamada > Cc: Stefan Roese I also think its better to continue to boot in this case. So: Acked-by: Stefan Roese Thanks, Stefan