Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-05 Thread bin4ry
Hi everyone, I changed CONFIG_SPL_TEXT_BASE from 0x40300300 to 0x40300350 and sufddenly it works. Do you know why this configuration works, even though with this configuration there are 0x50 bytes less? It even works with a MLO with 47519 bytes. Here the summary of my config: /* Defines for SPL

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Sricharan R
;> behalf of Andr? >Schaller [an.sch...@googlemail.com] >>> Sent: Wednesday, September 04, 2013 10:09 AM >>> To: u-boot@lists.denx.de >>> Subject: [U-Boot] SPL binary too large for OMAP4460 OCM >>> >>> Hi everybody, >>> >>> I need t

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Tom Rini
y, September 04, 2013 10:09 AM > >To: u-boot@lists.denx.de > >Subject: [U-Boot] SPL binary too large for OMAP4460 OCM > > > >Hi everybody, > > > >I need to add functionality to the SPL code. I tried to implement in a > >memory-saving way, however, the SPL i

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Oleg Kosheliev
Hi, André > >From: u-boot-boun...@lists.denx.de [u-boot-boun...@lists.denx.de] on behalf of André >Schaller [an.sch...@googlemail.com] >Sent: Wednesday, September 04, 2013 10:09 AM >To: u-boot@lists.denx.de >Subject: [U-Boot] SPL bi

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Lokesh Vutla
Hi, On Wednesday 04 September 2013 02:34 PM, bin4ry wrote: > Am 04.09.2013 10:56, schrieb Sricharan R: >> On Wednesday 04 September 2013 02:18 PM, Michael Trimarchi wrote: >>> Hi >>> >>> On Wed, Sep 4, 2013 at 10:44 AM, Sricharan R wrote: On Wednesday 04 September 2013 01:01 PM, bin4ry wrote:

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Sricharan R
On Wednesday 04 September 2013 02:34 PM, bin4ry wrote: > Am 04.09.2013 10:56, schrieb Sricharan R: >> On Wednesday 04 September 2013 02:18 PM, Michael Trimarchi wrote: >>> Hi >>> >>> On Wed, Sep 4, 2013 at 10:44 AM, Sricharan R wrote: On Wednesday 04 September 2013 01:01 PM, bin4ry wrote: >>>

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread bin4ry
Am 04.09.2013 10:56, schrieb Sricharan R: > On Wednesday 04 September 2013 02:18 PM, Michael Trimarchi wrote: >> Hi >> >> On Wed, Sep 4, 2013 at 10:44 AM, Sricharan R wrote: >>> On Wednesday 04 September 2013 01:01 PM, bin4ry wrote: Hi everybody, I need to add functionality to the S

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Sricharan R
On Wednesday 04 September 2013 02:18 PM, Michael Trimarchi wrote: > Hi > > On Wed, Sep 4, 2013 at 10:44 AM, Sricharan R wrote: >> On Wednesday 04 September 2013 01:01 PM, bin4ry wrote: >>> Hi everybody, >>> >>> I need to add functionality to the SPL code. I tried to implement in a >>> memory-savin

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Michael Trimarchi
Hi On Wed, Sep 4, 2013 at 10:44 AM, Sricharan R wrote: > On Wednesday 04 September 2013 01:01 PM, bin4ry wrote: >> Hi everybody, >> >> I need to add functionality to the SPL code. I tried to implement in a >> memory-saving way, however, the SPL is about 45 kB after compilation. To >> get compilat

Re: [U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread Sricharan R
On Wednesday 04 September 2013 01:01 PM, bin4ry wrote: > Hi everybody, > > I need to add functionality to the SPL code. I tried to implement in a > memory-saving way, however, the SPL is about 45 kB after compilation. To > get compilation working, I had to set CONFIG_SPL_MAX_SIZE to (45 * > 1024).

[U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread bin4ry
Hi everybody, I need to add functionality to the SPL code. I tried to implement in a memory-saving way, however, the SPL is about 45 kB after compilation. To get compilation working, I had to set CONFIG_SPL_MAX_SIZE to (45 * 1024). Now, the SPL as well as u-boot won't boot. After the device' (Pand

[U-Boot] SPL binary too large for OMAP4460 OCM

2013-09-04 Thread André Schaller
Hi everybody, I need to add functionality to the SPL code. I tried to implement in a memory-saving way, however, the SPL is about 45 kB after compilation. To get compilation working, I had to set CONFIG_SPL_MAX_SIZE to (45 * 1024). Now, the SPL as well as u-boot won't boot. After the device' (Pand