[U-Boot] [PATCH 12/22] x86: pci: Display vesa modes in hex

2014-12-27 Thread Simon Glass
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 --- drivers/pci/pci_rom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 5ba315b

Re: [U-Boot] [PATCH 12/22] x86: pci: Display vesa modes in hex

2014-12-30 Thread Bin Meng
On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: > 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 > --- > > drivers/pci/pci_rom.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > d