]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: samus_tpl: Correct text base and alloc sizes
authorSimon Glass <sjg@chromium.org>
Thu, 7 Sep 2023 15:58:16 +0000 (09:58 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commit9d69324e7f356958dc8c2b286de771b9f5ac43c3
tree7773754aa831ee24b143ea953d0645daabc07f6c
parent02de9199bc469a99cab27af117637da070a85721
x86: samus_tpl: Correct text base and alloc sizes

Make sure that CONFIG_X86_OFFSET_U_BOOT is the same as CONFIG_TEXT_BASE
as it is changing CONFIG_X86_OFFSET_U_BOOT

Samus boots into U-Boot proper in flash, not RAM. Also expand the SPL
malloc() size a little, to avoid an error.

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