summaryrefslogtreecommitdiff
path: root/intel-pfr-manager/service/src/pfr_mgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'intel-pfr-manager/service/src/pfr_mgr.cpp')
-rw-r--r--intel-pfr-manager/service/src/pfr_mgr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/intel-pfr-manager/service/src/pfr_mgr.cpp b/intel-pfr-manager/service/src/pfr_mgr.cpp
index 318abe2..ed97fd2 100644
--- a/intel-pfr-manager/service/src/pfr_mgr.cpp
+++ b/intel-pfr-manager/service/src/pfr_mgr.cpp
@@ -61,7 +61,8 @@ PfrVersion::PfrVersion(sdbusplus::asio::object_server &srv_,
* "RequestedActivation" to None. */
std::string activation =
(imgType == ImageType::bmcRecovery ||
- imgType == ImageType::biosRecovery)
+ imgType == ImageType::biosRecovery ||
+ imgType == ImageType::cpldRecovery)
? "xyz.openbmc_project.Software.Activation.Activations.StandbySpare"
: "xyz.openbmc_project.Software.Activation.Activations.Active";
std::string reqActNone =