[U-Boot] [PATCH 77/82] x86: link: Add a text base for 64-bit U-Boot

Simon Glass sjg at chromium.org
Mon Sep 26 05:34:20 CEST 2016


Set up the 64-bit U-Boot text base if building for that target.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 board/google/chromebook_link/Kconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/board/google/chromebook_link/Kconfig b/board/google/chromebook_link/Kconfig
index fa12f33..5c57945 100644
--- a/board/google/chromebook_link/Kconfig
+++ b/board/google/chromebook_link/Kconfig
@@ -13,7 +13,8 @@ config SYS_CONFIG_NAME
 	default "chromebook_link"
 
 config SYS_TEXT_BASE
-	default 0xfff00000
+	default 0xfff00000 if !SUPPORT_SPL
+	default 0x10000000 if SUPPORT_SPL
 
 config BOARD_SPECIFIC_OPTIONS # dummy
 	def_bool y
-- 
2.8.0.rc3.226.g39d4020



More information about the U-Boot mailing list