commit | 98145af9a1b1b46aa962fe2e016d7aee95736a8d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:00:26 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:30 2021 +1300 |
tree | f3b674abc129b4f41c24017e0cb11a85e74db9d0 | |
parent | ac8d9d5419526beeabf4aadd3e6e4b9ca2a13674 [diff] |
video: Fix video on coreboot with the copy buffer The copy buffer, if enabled, prevents booting from coreboot correctly, since no memory is allocated for it. Allow it to fall back to disabled in this situation. This ensures that a console is displayed, even if it is slow. Signed-off-by: Simon Glass <sjg@chromium.org>