]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Rollback wrong commit in r2414
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Mar 2007 02:08:42 +0000 (02:08 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 5 Mar 2007 02:08:42 +0000 (02:08 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2415 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Library/EdkGenericPlatformBdsLib/BdsEntry.c

index 39dd3d6956de94e4e85167cf05f650c169a01c3a..7c219b637c9efa396999649b6fb8724ca8354910 100644 (file)
@@ -319,6 +319,12 @@ Returns:
   PERF_START (0, "PlatformBds", "BDS", 0);\r
   PlatformBdsInit (PrivateData);\r
 \r
   PERF_START (0, "PlatformBds", "BDS", 0);\r
   PlatformBdsInit (PrivateData);\r
 \r
+  //\r
+  // Initialize the platform specific string and language\r
+  //\r
+  InitializeStringSupport ();\r
+  InitializeLanguage (TRUE);\r
+  InitializeFrontPage (FALSE);\r
   //\r
   // Set up the device list based on EFI 1.1 variables\r
   // process Driver#### and Load the driver's in the\r
   //\r
   // Set up the device list based on EFI 1.1 variables\r
   // process Driver#### and Load the driver's in the\r