From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Thu, 23 Aug 2012 15:03:02 -0700 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: <5036A896.7020105@ti.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 03:46 AM, 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 Looks good, I'll take this for my v4. -- Tom