x86: Expand x86_64 early memory
authorSimon Glass <sjg@chromium.org>
Sat, 15 Mar 2025 14:25:23 +0000 (14:25 +0000)
committerTom Rini <trini@konsulko.com>
Thu, 3 Apr 2025 17:41:54 +0000 (11:41 -0600)
commite95bc5e929cd1d2836d21ff198bef1a7dc65218b
tree43b90368e2ed8404f1da0a2d6d8a67c49d3c2c03
parent96aa0719b7af4da74197122ac0d7f644023786c1
x86: Expand x86_64 early memory

The SPL and pre-reloc malloc()-space is not large enough to start up
with a display. Expand it.

Switch the order of SPL_SYS_MALLOC_F_LEN and SPL_TEXT_BASE since this
matches what 'savedefconfig' gives us.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/qemu-x86_64_defconfig