commit | 1d8dd73e114e1fd7fee0389753023ecc2e918df6 | [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 | e8e589d50157769b0825128bb058e198d2a9c818 [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>