summaryrefslogtreecommitdiffstats
path: root/configs/chromebook_link64_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 13:56:16 -0600
committerSimon Glass <sjg@chromium.org>2020-07-28 19:30:39 -0600
commita9fae7114270cc49942f16a477b8129322c9788b (patch)
tree2a040f33522fca033f6aeccd533792c6bb6d815b /configs/chromebook_link64_defconfig
parenta78466af82e4db6ffba40f45dadc904233eb06de (diff)
downloadu-boot-a9fae7114270cc49942f16a477b8129322c9788b.tar.gz
u-boot-a9fae7114270cc49942f16a477b8129322c9788b.tar.xz
u-boot-a9fae7114270cc49942f16a477b8129322c9788b.zip
x86: chromebook_link64: Correct the image layout
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>
Diffstat (limited to 'configs/chromebook_link64_defconfig')
-rw-r--r--configs/chromebook_link64_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig
index d65b5c69ad..4eadf5a811 100644
--- 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