[HACK] Load OptionROMs immediately
This will make sure the ConsoleInit is able to connect the driver installed by the VGA Option ROMs. Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
This commit is contained in:
committed by
Tim Crawford
parent
1966ffb1c3
commit
f6a483461c
@@ -25,7 +25,7 @@ typedef struct {
|
||||
} DEFERRED_3RD_PARTY_IMAGE_TABLE;
|
||||
|
||||
BOOLEAN mImageLoadedAfterEndOfDxe = FALSE;
|
||||
BOOLEAN mEndOfDxe = FALSE;
|
||||
BOOLEAN mEndOfDxe = TRUE;
|
||||
DEFERRED_3RD_PARTY_IMAGE_TABLE mDeferred3rdPartyImage = {
|
||||
0, // Deferred image count
|
||||
NULL // The deferred image info
|
||||
|
Reference in New Issue
Block a user