From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 30 Nov 2015 13:00:55 +0100 Subject: [U-Boot] [PATCH] cfi_flash: give default CONFIG_SYS_MAX_FLASH_SECT in flash.h In-Reply-To: <1446260976-8610-1-git-send-email-thomas@wytron.com.tw> References: <1446260976-8610-1-git-send-email-thomas@wytron.com.tw> Message-ID: <565C3A77.2080304@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 31.10.2015 04:09, Thomas Chou wrote: > Give default CONFIG_SYS_MAX_FLASH_SECT in flash.h, so that > the header can be included regardless of the present of flash. > The value 512 is the most used. > > Signed-off-by: Thomas Chou Applied to u-boot-cfi-flash/master. Thanks, Stefan