]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: chromebook_samus_tpl: Correct the image layout
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:56:18 +0000 (13:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
At present there is not enough space for U-Boot due to the EFI loader.
Correct this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
configs/chromebook_samus_tpl_defconfig

index f9005e359da7fa91d42f69a2f8fe4f219b91ac78..79dc3390beeb3aac606bc8da88e9feae71da25ed 100644 (file)
@@ -18,7 +18,7 @@ CONFIG_HAVE_MRC=y
 CONFIG_HAVE_REFCODE=y
 CONFIG_SMP=y
 CONFIG_HAVE_VGA_BIOS=y
-CONFIG_X86_OFFSET_U_BOOT=0xfff00000
+CONFIG_X86_OFFSET_U_BOOT=0xffee0000
 CONFIG_BOOTSTAGE=y
 CONFIG_BOOTSTAGE_REPORT=y
 CONFIG_SHOW_BOOT_PROGRESS=y