Re: [U-Boot] [PATCH v2 1/8] x86: qemu: Remove call to vgabios execution

2015-11-10 Thread Bin Meng
On Fri, Nov 6, 2015 at 8:08 PM, Simon Glass wrote: > On 6 November 2015 at 03:04, Bin Meng wrote: >> The call to pci_run_vga_bios() is not needed as this is handled >> in the vesa_fb driver. >> >> Signed-off-by: Bin Meng >> --- >> >>

[U-Boot] [PATCH v2 1/8] x86: qemu: Remove call to vgabios execution

2015-11-06 Thread Bin Meng
The call to pci_run_vga_bios() is not needed as this is handled in the vesa_fb driver. Signed-off-by: Bin Meng --- Changes in v2: None arch/x86/cpu/qemu/pci.c | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/arch/x86/cpu/qemu/pci.c

Re: [U-Boot] [PATCH v2 1/8] x86: qemu: Remove call to vgabios execution

2015-11-06 Thread Simon Glass
On 6 November 2015 at 03:04, Bin Meng wrote: > The call to pci_run_vga_bios() is not needed as this is handled > in the vesa_fb driver. > > Signed-off-by: Bin Meng > --- > > Changes in v2: None > > arch/x86/cpu/qemu/pci.c | 19 +-- > 1