Skip to content

Commit

Permalink
ArmPlatformPkg/Bds: Retrieve the Status when calling RT.SetVariable
Browse files Browse the repository at this point in the history
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16588 6f19259b-4bc3-4df7-8a09-765794883524
  • Loading branch information
oliviermartin authored and oliviermartin committed Jan 6, 2015
1 parent 6e8b37f commit f2c730d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ArmPlatformPkg/Bds/BootMenu.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @file
*
* Copyright (c) 2011 - 2014, ARM Limited. All rights reserved.
* Copyright (c) 2011 - 2015, 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
Expand Down Expand Up @@ -863,7 +863,7 @@ UpdateFdtPath (
);
ASSERT_EFI_ERROR(Status);
} else {
gRT->SetVariable (
Status = gRT->SetVariable (
(CHAR16*)L"Fdt",
&gArmGlobalVariableGuid,
EFI_VARIABLE_RUNTIME_ACCESS | EFI_VARIABLE_NON_VOLATILE | EFI_VARIABLE_BOOTSERVICE_ACCESS,
Expand Down

0 comments on commit f2c730d

Please sign in to comment.