From 9ae2215905fc25936b9dd1580d25633eb11ce2af Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 5 Mar 2007 02:08:42 +0000 Subject: [PATCH 1/1] Rollback wrong commit in r2414 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2415 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Library/EdkGenericPlatformBdsLib/BdsEntry.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BdsEntry.c b/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BdsEntry.c index 39dd3d6956..7c219b637c 100644 --- a/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BdsEntry.c +++ b/EdkModulePkg/Library/EdkGenericPlatformBdsLib/BdsEntry.c @@ -319,6 +319,12 @@ Returns: PERF_START (0, "PlatformBds", "BDS", 0); 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 // process Driver#### and Load the driver's in the -- 2.39.2