summaryrefslogtreecommitdiffstats
path: root/activation.hpp
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-10-02 10:54:20 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-23 16:34:12 +0000
commit49446ae9de3bfd7361162fc75ad0d86fe2944fb7 (patch)
tree13aab07edd9a6c7274cb01e20e465ae801a8cc0d /activation.hpp
parent3fa3820129be9632b9413c0916b32b994d7069d2 (diff)
downloadphosphor-bmc-code-mgmt-49446ae9de3bfd7361162fc75ad0d86fe2944fb7.tar.gz
phosphor-bmc-code-mgmt-49446ae9de3bfd7361162fc75ad0d86fe2944fb7.zip
Update Uboot environment variables when a version is deleted or updated
- We need to update the uboot env variables to point to the version that has the lowest priority when the version with lowest priority gets deleted or when the version with lowest priority gets a higher priority Resolves openbmc/openbmc#2372 Change-Id: If43105c9ee2c3ada8aeb19939a428eb05e621ee9 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Diffstat (limited to 'activation.hpp')
-rw-r--r--activation.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/activation.hpp b/activation.hpp
index a3f2a62..cf4b5c2 100644
--- a/activation.hpp
+++ b/activation.hpp
@@ -266,12 +266,6 @@ class Activation : public ActivationInherit
void unsubscribeFromSystemdSignals();
/**
- * @brief Updates the uboot variables to point to versionId, so that
- * the systems boots from this version on the next boot.
- */
- void updateUbootEnvVars();
-
- /**
* @brief delete the d-bus object.
*/
void delete_() override;
OpenPOWER on IntegriCloud