Re: [U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-09 Thread Tom Rini
On 05/08/2012 11:51 PM, R, Sricharan wrote: Hi Tom, [snip] Option 1 (SPL only): 0x40200800 - 0x4020BBFF: Area for SPL text, data and rodata You wanted to change the above comment to 0x40200800 - 0x4020DFFC as well ? Ah yes, thanks for catching that. -- Tom

Re: [U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-09 Thread Hiremath, Vaibhav
On Tue, May 08, 2012 at 23:45:19, Rini, Tom wrote: > On 05/08/2012 10:40 AM, Hiremath, Vaibhav wrote: > > On Tue, May 08, 2012 at 22:59:31, Rini, Tom wrote: > >> With older toolchains it is possible to not fit entirely into the 45KB > >> that we had assigned to SPL. Adjust to allow for 8KB of stac

Re: [U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-09 Thread Stefano Babic
On 08/05/2012 19:29, Tom Rini wrote: > With older toolchains it is possible to not fit entirely into the 45KB > that we had assigned to SPL. Adjust to allow for 8KB of stack (which > should be more than required) and 54KB of text/data. > > Cc: Vaibhav Hiremath > Cc: Nagendra T S > Cc: Thomas We

Re: [U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-08 Thread R, Sricharan
Hi Tom, [snip] > >  Option 1 (SPL only): >  0x40200800 - 0x4020BBFF: Area for SPL text, data and rodata You wanted to change the above comment to 0x40200800 - 0x4020DFFC as well ? > -0x4020BC00 - 0x4020FFFC: Area for the SPL stack. > +0x4020E000 - 0x4020FFFC: Area for the SPL stack

Re: [U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-08 Thread Hiremath, Vaibhav
On Tue, May 08, 2012 at 22:59:31, Rini, Tom wrote: > With older toolchains it is possible to not fit entirely into the 45KB > that we had assigned to SPL. Adjust to allow for 8KB of stack (which > should be more than required) and 54KB of text/data. > Tom, Can you provide more details on why 45

Re: [U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-08 Thread Tom Rini
On 05/08/2012 10:40 AM, Hiremath, Vaibhav wrote: On Tue, May 08, 2012 at 22:59:31, Rini, Tom wrote: With older toolchains it is possible to not fit entirely into the 45KB that we had assigned to SPL. Adjust to allow for 8KB of stack (which should be more than required) and 54KB of text/data.

[U-Boot] [PATCH 1/2] ARM: omap3: Set SPL stack size to 8KB, image to 54KB.

2012-05-08 Thread Tom Rini
With older toolchains it is possible to not fit entirely into the 45KB that we had assigned to SPL. Adjust to allow for 8KB of stack (which should be more than required) and 54KB of text/data. Cc: Vaibhav Hiremath Cc: Nagendra T S Cc: Thomas Weber Cc: Ilya Yanok Cc: Steve Sakoman Cc: Stefano