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:
c780069
)
x86: link: Add a text base for 64-bit U-Boot
author
Simon Glass
<sjg@chromium.org>
Mon, 16 Jan 2017 14:04:22 +0000
(07:04 -0700)
committer
Bin 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
patch
|
blob
|
history
diff --git
a/board/google/chromebook_link/Kconfig
b/board/google/chromebook_link/Kconfig
index fa12f338de584416d28e404a2f2dff5e28fad408..5c57945d77a19bab1f069259417439615af42ec2 100644
(file)
--- 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