From: Simon Glass Date: Wed, 13 May 2015 13:02:31 +0000 (-0600) Subject: tegra124: Expand SPL space by 8KB X-Git-Tag: v2015.10-rc1~6^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba521994229cbb707d04fb7e30395bba7007c776;p=platform%2Fkernel%2Fu-boot.git tegra124: Expand SPL space by 8KB 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 Signed-off-by: Tom Warren --- diff --git a/include/configs/tegra124-common.h b/include/configs/tegra124-common.h index 1aee5c8..af7698d 100644 --- a/include/configs/tegra124-common.h +++ b/include/configs/tegra124-common.h @@ -26,7 +26,7 @@ /*----------------------------------------------------------------------- * Physical Memory Map */ -#define CONFIG_SYS_TEXT_BASE 0x8010E000 +#define CONFIG_SYS_TEXT_BASE 0x80110000 /* * Memory layout for where various images get loaded by boot scripts: