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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
c780069f1e
commit
19f8b32cea
@ -13,7 +13,8 @@ config SYS_CONFIG_NAME
|
|||||||
default "chromebook_link"
|
default "chromebook_link"
|
||||||
|
|
||||||
config SYS_TEXT_BASE
|
config SYS_TEXT_BASE
|
||||||
default 0xfff00000
|
default 0xfff00000 if !SUPPORT_SPL
|
||||||
|
default 0x10000000 if SUPPORT_SPL
|
||||||
|
|
||||||
config BOARD_SPECIFIC_OPTIONS # dummy
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
||||||
def_bool y
|
def_bool y
|
||||||
|
Loading…
Reference in New Issue
Block a user