Re: [U-Boot] [PATCH v4 16/20] SPL: do not use fix value for u-boot size

2012-08-27 Thread Tom Rini
On 08/27/2012 12:18 PM, Sughosh Ganu wrote: > On Fri Aug 24, 2012 at 04:58:30PM -0700, Tom Rini wrote: >> From: Stefano Babic >> >> 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-b

Re: [U-Boot] [PATCH v4 16/20] SPL: do not use fix value for u-boot size

2012-08-27 Thread Sughosh Ganu
On Fri Aug 24, 2012 at 04:58:30PM -0700, Tom Rini wrote: > From: Stefano Babic > > 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: Stefan Roese > Signed-off-by: Stefano Babic >

[U-Boot] [PATCH v4 16/20] SPL: do not use fix value for u-boot size

2012-08-24 Thread Tom Rini
From: Stefano Babic 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: Stefan Roese Signed-off-by: Stefano Babic Signed-off-by: Tom Rini --- Changes in v4: - Add Stefano's patch for CONFI