projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d1adf0
)
x86: qemu: Add a text base for 64-bit U-Boot
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 18 Jan 2017 11:33:02 +0000
(
03:33
-0800)
committer
Bin Meng
<bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:34:05 +0000
(13:34 +0800)
Set up the 64-bit U-Boot text base if building for that target.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/emulation/qemu-x86/Kconfig
patch
|
blob
|
history
diff --git
a/board/emulation/qemu-x86/Kconfig
b/board/emulation/qemu-x86/Kconfig
index c9181fc1bf217dde1779fa09aeb4aef0fc9f5b61..a773e8f737fcd125d4175e45227abf921d048e78 100644
(file)
--- a/
board/emulation/qemu-x86/Kconfig
+++ b/
board/emulation/qemu-x86/Kconfig
@@
-13,8
+13,8
@@
config SYS_CONFIG_NAME
default "qemu-x86"
config SYS_TEXT_BASE
- default 0xfff00000 if !EFI_STUB
- default 0x01110000 if EFI_STUB
+ default 0xfff00000 if !EFI_STUB
&& !SUPPORT_SPL
+ default 0x01110000 if EFI_STUB
|| SUPPORT_SPL
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y