From: Simon Glass Date: Mon, 16 Jan 2017 14:04:22 +0000 (-0700) Subject: x86: link: Add a text base for 64-bit U-Boot X-Git-Tag: v2017.03-rc2~58 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=19f8b32cea3021b116ad196eb0194af22532fcd8;p=u-boot x86: link: Add a text base for 64-bit U-Boot Set up the 64-bit U-Boot text base if building for that target. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- diff --git a/board/google/chromebook_link/Kconfig b/board/google/chromebook_link/Kconfig index fa12f338de..5c57945d77 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