]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: pci: Display vesa modes in hex
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jan 2015 23:18:05 +0000 (16:18 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 13 Jan 2015 15:25:00 +0000 (07:25 -0800)
commit9a99caf3f3e220d744525d492f7e72a5c8756374
tree5de881ddb9f2da7007d4ff2ac5c66e71e7da4e07
parentf4a6f0aed0be1f941aa786924c2fff0c01fbf91b
x86: pci: Display vesa modes in hex

The hex value is more commonly understood, so use that instead of decimal.
Add a 0x prefix to avoid confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/pci/pci_rom.c