]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: qemu: Remove call to vgabios execution
authorBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2015 10:04:48 +0000 (02:04 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 13 Nov 2015 14:46:21 +0000 (06:46 -0800)
commit20cbafa6fab07303d525a3473a27c90c67e85ed6
treef2c7782ceef5dd5864771f94d0bd759fca1eec70
parent643b0f75e71098f6deddddc9a17c4cbc1dc96957
x86: qemu: Remove call to vgabios execution

The call to pci_run_vga_bios() is not needed as this is handled
in the vesa_fb driver.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/qemu/pci.c