x86: Show an error if video fails
authorSimon Glass <sjg@chromium.org>
Sat, 11 Jan 2025 00:00:20 +0000 (17:00 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 23:08:23 +0000 (17:08 -0600)
commit44e39ff6acf080379c279de402ec58731d0fe66a
tree42cfd8f15d30dd5b6f5bfd0a06c9029176087a7d
parent97425461e7be88c047f7acb3d701c74cf2acac39
x86: Show an error if video fails

If video is enabled we expect it to work. Avoid silent failure by adding
a panic if things go wrong.

Expand the SPL malloc-area for qemu-x86_64 to avoid a panic.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/spl.c
configs/qemu-x86_64_defconfig