Commit ba521994229cbb707d04fb7e30395bba7007c776

Authored by Simon Glass
Committed by Tom Warren
1 parent 6a6800bfb7

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 <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

include/configs/tegra124-common.h
... ... @@ -26,7 +26,7 @@
26 26 /*-----------------------------------------------------------------------
27 27 * Physical Memory Map
28 28 */
29   -#define CONFIG_SYS_TEXT_BASE 0x8010E000
  29 +#define CONFIG_SYS_TEXT_BASE 0x80110000
30 30  
31 31 /*
32 32 * Memory layout for where various images get loaded by boot scripts: