mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
x86: chromebook_samus_tpl: Correct the image layout
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>
This commit is contained in:
parent
9589c447e8
commit
6724a37a7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue