commit | 20cbafa6fab07303d525a3473a27c90c67e85ed6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 02:04:48 2015 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 13 06:46:21 2015 -0800 |
tree | f2c7782ceef5dd5864771f94d0bd759fca1eec70 | |
parent | 643b0f75e71098f6deddddc9a17c4cbc1dc96957 [diff] |
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>