mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
Rollback wrong commit in r2414
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2415 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8b886edc83
commit
9ae2215905
@ -319,6 +319,12 @@ Returns:
|
|||||||
PERF_START (0, "PlatformBds", "BDS", 0);
|
PERF_START (0, "PlatformBds", "BDS", 0);
|
||||||
PlatformBdsInit (PrivateData);
|
PlatformBdsInit (PrivateData);
|
||||||
|
|
||||||
|
//
|
||||||
|
// Initialize the platform specific string and language
|
||||||
|
//
|
||||||
|
InitializeStringSupport ();
|
||||||
|
InitializeLanguage (TRUE);
|
||||||
|
InitializeFrontPage (FALSE);
|
||||||
//
|
//
|
||||||
// Set up the device list based on EFI 1.1 variables
|
// Set up the device list based on EFI 1.1 variables
|
||||||
// process Driver#### and Load the driver's in the
|
// process Driver#### and Load the driver's in the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user