x86: link: Add a text base for 64-bit U-Boot
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:22 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:10:53 +0000 (13:10 +0800)
Set up the 64-bit U-Boot text base if building for that target.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/google/chromebook_link/Kconfig

index fa12f33..5c57945 100644 (file)
@@ -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