X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPlatformPkg%2FBds%2FBdsHelper.c;h=28d02c6620d6ea23521d237c64202f06b791e02f;hp=d306eea39be71e0e3475e7675ca30a59df8335c1;hb=0db25ccc6cf1d05dc6b8fd9b07d033b40c387c88;hpb=986223907fa5e3a2866bbf60bd4a3bd5e2d24172 diff --git a/ArmPlatformPkg/Bds/BdsHelper.c b/ArmPlatformPkg/Bds/BdsHelper.c index d306eea39b..28d02c6620 100644 --- a/ArmPlatformPkg/Bds/BdsHelper.c +++ b/ArmPlatformPkg/Bds/BdsHelper.c @@ -1,6 +1,6 @@ /** @file * -* Copyright (c) 2011, ARM Limited. All rights reserved. +* Copyright (c) 2011-2012, ARM Limited. All rights reserved. * * This program and the accompanying materials * are licensed and made available under the terms and conditions of the BSD License @@ -93,7 +93,6 @@ EditHIInputAscii ( AsciiStrToUnicodeStr (CmdLine, Str); Status = EditHIInputStr (Str, MaxCmdLine); - if (!EFI_ERROR(Status)) { UnicodeStrToAsciiStr (Str, CmdLine); }