move clean the screen to a later point

svn path=/trunk/; revision=53208
This commit is contained in:
Matthias Kupfer 2011-08-13 18:57:33 +00:00
parent c5a3858a3e
commit 9ace1afb58

View file

@ -1918,9 +1918,6 @@ Phase1InitializationDiscard(IN PVOID Context)
/* Update progress bar */
InbvUpdateProgressBar(100);
/* Clean the screen */
if (InbvBootDriverInstalled) FinalizeBootLogo();
/* Allow strings to be displayed */
InbvEnableDisplayString(TRUE);
@ -1959,6 +1956,9 @@ Phase1InitializationDiscard(IN PVOID Context)
&Size,
MEM_RELEASE);
/* Clean the screen */
if (InbvBootDriverInstalled) FinalizeBootLogo();
/* Increase init phase */
ExpInitializationPhase++;