commit | 466bb7aba24c31aaec88b794c73a283f0336c6ff | [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 | e50c455e4218b20d25c4eba0691ea5272b8c5fb8 [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>