Re: [U-Boot] [PATCH 03/11] dm: video: Output verbose information in vbe_setup_video()

2016-10-11 Thread Bin Meng
On Wed, Oct 12, 2016 at 8:06 AM, Simon Glass wrote: > On 9 October 2016 at 05:14, Bin Meng wrote: >> With DM conversion, information like "Video: 1024x768x16" is not >> shown anymore. Now add these verbose output back. >> >> Signed-off-by: Bin Meng

Re: [U-Boot] [PATCH 03/11] dm: video: Output verbose information in vbe_setup_video()

2016-10-11 Thread Simon Glass
On 9 October 2016 at 05:14, Bin Meng wrote: > With DM conversion, information like "Video: 1024x768x16" is not > shown anymore. Now add these verbose output back. > > Signed-off-by: Bin Meng > --- > > drivers/pci/pci_rom.c | 9 - > 1 file changed,

[U-Boot] [PATCH 03/11] dm: video: Output verbose information in vbe_setup_video()

2016-10-09 Thread Bin Meng
With DM conversion, information like "Video: 1024x768x16" is not shown anymore. Now add these verbose output back. Signed-off-by: Bin Meng --- drivers/pci/pci_rom.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci_rom.c