From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Tue, 05 May 2015 09:59:24 -0600 Subject: [U-Boot] [PATCH 24/24] tegra124: Expand SPL space by 8KB In-Reply-To: <1430760687-28505-25-git-send-email-sjg@chromium.org> References: <1430760687-28505-2-git-send-email-sjg@chromium.org> <1430760687-28505-25-git-send-email-sjg@chromium.org> Message-ID: <5548E8DC.2040408@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 compilers I wonder? Were we extremely close to the limit ebfore? Still, I guess this is fine. Did you validate whether tegra-uboot-flasher still works with this change? I think it will since it only cares about the SPL TEXT_BASE and not the main U-Boot TEXT_BASE, but double-checking would be nice. You forgot to CC Tom Warren on this Tegra patch.