commit | 05f9c646f315ccb78cc06f9d1e0f83cb3be8ad70 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 10 17:00:20 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 22 17:08:23 2025 -0600 |
tree | 42cfd8f15d30dd5b6f5bfd0a06c9029176087a7d | |
parent | 30aaa9b6c23238afce5636dad0c5019bfcb44e9b [diff] |
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>