SimpleFbDxe: clear screen on load
This commit is contained in:
parent
0659b959d1
commit
40d9b18c4f
@ -497,6 +497,10 @@ SimpleFbDxeInitialize
|
||||
|
||||
ASSERT_EFI_ERROR (Status);
|
||||
|
||||
// zhuowei: clear the screen
|
||||
ZeroMem((void*)FrameBufferAddress, FrameBufferSize);
|
||||
// zhuowei: end
|
||||
|
||||
return Status;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user