Revision: 16588
http://sourceforge.net/p/edk2/code/16588
Author: oliviermartin
Date: 2015-01-06 15:52:52 +0000 (Tue, 06 Jan 2015)
Log Message:
-----------
ArmPlatformPkg/Bds: Retrieve the Status when calling RT.SetVariable
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>
Modified Paths:
--------------
trunk/edk2/ArmPlatformPkg/Bds/BootMenu.c
Modified: trunk/edk2/ArmPlatformPkg/Bds/BootMenu.c
===================================================================
--- trunk/edk2/ArmPlatformPkg/Bds/BootMenu.c 2015-01-06 15:51:54 UTC (rev
16587)
+++ trunk/edk2/ArmPlatformPkg/Bds/BootMenu.c 2015-01-06 15:52:52 UTC (rev
16588)
@@ -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
@@ -863,7 +863,7 @@
);
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,
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits