commit | b7d4df5a04733c19747de80b9dfdfdee58c9850d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 15 21:39:02 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 17:12:26 2023 +0800 |
tree | dc981b2e331bdcebccb17965f2478cc77f798b8d | |
parent | 7c10e111c18d73e1bb9c64c79e778c9976900d05 [diff] |
pci: Adjust video BIOS debugging to be SPL-friendly A hex value is expected for the VGA mode. Add a 0x prefix, since the # construct is not supported in SPL. We don't want to add it, due to code-size constraints. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>