summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings/include/defaults.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/settings/include/defaults.hpp b/settings/include/defaults.hpp
index 4e7ea39..b640ad2 100644
--- a/settings/include/defaults.hpp
+++ b/settings/include/defaults.hpp
@@ -174,13 +174,6 @@ inline void loadSettings(sdbusplus::asio::object_server &objectServer,
setting->addProperty("UUID", "00000000-0000-0000-0000-000000000000");
- // TODO needs to remove the below BiosId after the refernce in ipmi oem is
- // change to Version property
- setting = &settings.emplace_back(objectServer, "/xyz/openbmc_project/bios",
- "xyz.openbmc_project.Inventory.Item.Bios");
-
- setting->addProperty("BiosId", "NA");
-
setting = &settings.emplace_back(objectServer,
"/xyz/openbmc_project/software/bios",
"xyz.openbmc_project.Software.Version");