Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-06 Thread Simon Glass
Hi Stephen, On 5 May 2015 at 12:20, Stephen Warren wrote: > On 05/05/2015 10:26 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 5 May 2015 at 10:12, Stephen Warren wrote: >>> >>> On 05/05/2015 10:03 AM, Simon Glass wrote: Hi Stephen, On 5 May 2015 at 09:59, Stephen War

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Stephen Warren
On 05/05/2015 10:26 AM, Simon Glass wrote: Hi Stephen, On 5 May 2015 at 10:12, Stephen Warren wrote: On 05/05/2015 10:03 AM, Simon Glass wrote: Hi Stephen, On 5 May 2015 at 09:59, Stephen Warren wrote: On 05/04/2015 11:31 AM, Simon Glass wrote: We are getting very close to running out

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Simon Glass
Hi Stephen, On 5 May 2015 at 10:12, Stephen Warren wrote: > On 05/05/2015 10:03 AM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 5 May 2015 at 09:59, Stephen Warren wrote: >>> >>> On 05/04/2015 11:31 AM, Simon Glass wrote: We are getting very close to running out of space in SPL,

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Tom Warren
LGTM, but it s/b 'Add a _little_ more space' in the commit msg. Should we change the TEXT_BASE for the CPU portion in all Tegra builds? > -Original Message- > From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass > Sent: Tuesday, May 05, 2015 9:04 AM > To: U-Boot Mailing

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Stephen Warren
On 05/05/2015 10:03 AM, Simon Glass wrote: Hi Stephen, On 5 May 2015 at 09:59, Stephen Warren wrote: On 05/04/2015 11:31 AM, Simon Glass wrote: We are getting very close to running out of space in SPL, and with the currently Chrome OS gcc 4.9 we exceed the limit. Add a litle more space. 8

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Simon Glass
+Tom Warren On 4 May 2015 at 11:31, Simon Glass wrote: > We are getting very close to running out of space in SPL, and with the > currently Chrome OS gcc 4.9 we exceed the limit. Add a litle more space. > > Signed-off-by: Simon Glass > --- > > include/configs/tegra124-common.h | 2 +- > 1 file

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Simon Glass
Hi Stephen, On 5 May 2015 at 09:59, Stephen Warren wrote: > On 05/04/2015 11:31 AM, Simon Glass wrote: >> >> We are getting very close to running out of space in SPL, and with the >> currently Chrome OS gcc 4.9 we exceed the limit. Add a litle more space. > > > 8K is quite a bump given we only ha

Re: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB

2015-05-05 Thread Stephen Warren
On 05/04/2015 11:31 AM, Simon Glass wrote: We are getting very close to running out of space in SPL, and with the currently Chrome OS gcc 4.9 we exceed the limit. Add a litle more space. 8K is quite a bump given we only had 24K allocated before. Why is gcc-4.9 less efficient that earlier compi