Skip to content

Commit

Permalink
Merge pull request ibm-openbmc#416 from souvik1914581/sr_fixSaveFcoTo…
Browse files Browse the repository at this point in the history
…Bios
  • Loading branch information
SunnySrivastava1984 authored Oct 14, 2024
2 parents 828a60e + 67c180e commit effda2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bios_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void IbmBiosHandler::saveFcoToBios(const types::BinaryVector& i_fcoVal)
"hb_field_core_override",
std::make_tuple(
"xyz.openbmc_project.BIOSConfig.Manager.AttributeType.Integer",
std::to_string(i_fcoVal.at(constants::VALUE_3)))));
i_fcoVal.at(constants::VALUE_3))));

try
{
Expand Down

0 comments on commit effda2b

Please sign in to comment.