From 30d1bcd1318365098373629453924a8291d5081d Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Wed, 8 Aug 2012 16:47:51 +0000 Subject: ArmPlatformPkg/Bds: Fixed device path of the default error output device Replaced 'ConErr' by 'ErrOut'. Signed-off-by: Olivier Martin git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13600 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/Bds/Bds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPlatformPkg/Bds/Bds.c b/ArmPlatformPkg/Bds/Bds.c index c5246a0f0b..1adade402d 100644 --- a/ArmPlatformPkg/Bds/Bds.c +++ b/ArmPlatformPkg/Bds/Bds.c @@ -181,7 +181,7 @@ InitializeConsole ( ASSERT_EFI_ERROR (Status); Status = GetConsoleDevicePathFromVariable (L"ConIn", (CHAR16*)PcdGetPtr(PcdDefaultConInPaths), &ConInDevicePaths); ASSERT_EFI_ERROR (Status); - Status = GetConsoleDevicePathFromVariable (L"ConErr", (CHAR16*)PcdGetPtr(PcdDefaultConOutPaths), &ConErrDevicePaths); + Status = GetConsoleDevicePathFromVariable (L"ErrOut", (CHAR16*)PcdGetPtr(PcdDefaultConOutPaths), &ConErrDevicePaths); ASSERT_EFI_ERROR (Status); // Initialize the Consoles -- cgit v1.2.3