projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a78466a
)
x86: chromebook_link64: Correct the image layout
author
Simon Glass
<sjg@chromium.org>
Sun, 19 Jul 2020 19:56:16 +0000
(13:56 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000
(19:30 -0600)
At present the image layout is not correct, since it uses the SDRAM
address of the 64-bit U-Boot as the ROM address. Fix this.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/chromebook_link64_defconfig
patch
|
blob
|
history
diff --git
a/configs/chromebook_link64_defconfig
b/configs/chromebook_link64_defconfig
index d65b5c69adabece503b81132bd7d9c33c77246d3..4eadf5a811f24da3689cb824667686d4547f5d88 100644
(file)
--- a/
configs/chromebook_link64_defconfig
+++ b/
configs/chromebook_link64_defconfig
@@
-17,8
+17,10
@@
CONFIG_DEBUG_UART=y
CONFIG_HAVE_MRC=y
CONFIG_SMP=y
CONFIG_HAVE_VGA_BIOS=y
+CONFIG_X86_OFFSET_U_BOOT=0xffa00000
CONFIG_FIT=y
CONFIG_SPL_LOAD_FIT=y
+# CONFIG_USE_SPL_FIT_GENERATOR is not set
CONFIG_BOOTSTAGE=y
CONFIG_BOOTSTAGE_REPORT=y
CONFIG_SHOW_BOOT_PROGRESS=y