Re: [U-Boot] [PATCH 2/2] SPL: omap4: Reduce the maximum size of SPL to 32K bytes.

2011-09-28 Thread Sricharan R
Hi Andreas Bießmann, >-Original Message- >From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] >Sent: Wednesday, September 28, 2011 1:39 PM >To: sricharan >Cc: u-boot@lists.denx.de; ane...@ti.com >Subject: Re: [U-Boot] [PATCH 2/2] SPL: omap4: Reduce the maximum s

Re: [U-Boot] [PATCH 2/2] SPL: omap4: Reduce the maximum size of SPL to 32K bytes.

2011-09-28 Thread Andreas Bießmann
Dear sricharan, Am 27.09.2011 um 13:43 schrieb sricharan: > The maximum size of SPL is set to 38K bytes. > But the maximum size of SPL cannot exceed 32k bytes in > case of HS devices. So restrict the size to 32k bytes > for compatability with both HS/GP devices. > > Signed-off-by: sricharan > -

[U-Boot] [PATCH 2/2] SPL: omap4: Reduce the maximum size of SPL to 32K bytes.

2011-09-27 Thread sricharan
The maximum size of SPL is set to 38K bytes. But the maximum size of SPL cannot exceed 32k bytes in case of HS devices. So restrict the size to 32k bytes for compatability with both HS/GP devices. Signed-off-by: sricharan --- include/configs/omap4_common.h |2 +- 1 files changed, 1 insertion