ソースを参照

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>
Simon Glass 10 年 前
コミット
ba52199422
1 ファイル変更1 行追加1 行削除
  1. 1 1
      include/configs/tegra124-common.h

+ 1 - 1
include/configs/tegra124-common.h

@@ -26,7 +26,7 @@
 /*-----------------------------------------------------------------------
 /*-----------------------------------------------------------------------
  * Physical Memory Map
  * 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:
  * Memory layout for where various images get loaded by boot scripts: