commit | 5345700d2af425a8c5a36c078db5d71bf31280c7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:38:58 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:12:26 2023 +0800 |
tree | 6eee64ed67989449b2e3d0a1c7dffff085926e19 | |
parent | d424553675e93495f346ea7b24beb8c3dd750c67 [diff] |
x86: Allow video-BIOS code to be built for SPL With qemu-x86_64 we need to run the video BIOS while in 32-bit mode, i.e. SPL. Add a Kconfig option for this, adjust the Makefile rules and use CONFIG_IS_ENABLED() where needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>