diff options
Diffstat (limited to 'OvmfPkg/Bhyve/BhyveRfbDxe/GopDriver.c')
-rw-r--r-- | OvmfPkg/Bhyve/BhyveRfbDxe/GopDriver.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OvmfPkg/Bhyve/BhyveRfbDxe/GopDriver.c b/OvmfPkg/Bhyve/BhyveRfbDxe/GopDriver.c index bd8a0d804b..8291601cb6 100644 --- a/OvmfPkg/Bhyve/BhyveRfbDxe/GopDriver.c +++ b/OvmfPkg/Bhyve/BhyveRfbDxe/GopDriver.c @@ -302,9 +302,7 @@ EmuGopDriverBindingStart ( //
// Install int10 handler
//
- #ifndef CSM_ENABLE
InstallVbeShim (L"Framebuffer", Private->FbAddr);
- #endif
Done:
if (EFI_ERROR (Status)) {
|