]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: Adjust video BIOS debugging to be SPL-friendly
authorSimon Glass <sjg@chromium.org>
Sun, 16 Jul 2023 03:39:02 +0000 (21:39 -0600)
committerBin Meng <bmeng@tinylab.org>
Mon, 17 Jul 2023 09:12:26 +0000 (17:12 +0800)
commitb7d4df5a04733c19747de80b9dfdfdee58c9850d
treedc981b2e331bdcebccb17965f2478cc77f798b8d
parent7c10e111c18d73e1bb9c64c79e778c9976900d05
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>
drivers/pci/pci_rom.c