From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 23 Aug 2012 13:19:40 +0200 Subject: [U-Boot] [PATCH V2] SPL: do not use fix value for u-boot size In-Reply-To: <1345718776-18113-1-git-send-email-sbabic@denx.de> References: <1345711214-11969-1-git-send-email-sbabic@denx.de> <1345718776-18113-1-git-send-email-sbabic@denx.de> Message-ID: <503611CC.9040300@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 08/23/2012 12:46 PM, Stefano Babic wrote: > If an u-boot image is not found, SPL thinks to load a bare > u-boot.bin image with a maximum size of 200KB. > Use CONFIG_SYS_MONITOR_LEN instead. > > Signed-off-by: Stefano Babic > CC: Tom Rini > CC: Stefan Roese Acked-by: Stefan Roese Thanks, Stefan