eeprom device updater: add firmware suffix to config types
Add a "Firmware" suffix to the EM config types to avoid naming
conflicts with dbus-sensors EM config types.
Change-Id: Iae41970f9860648f33319d5e776afad4d48c6d6e
Signed-off-by: Kevin Tung <Kevin.Tung@quantatw.com>
diff --git a/eeprom-device/eeprom_device_software_manager.cpp b/eeprom-device/eeprom_device_software_manager.cpp
index b29cf82..0f30dc7 100644
--- a/eeprom-device/eeprom_device_software_manager.cpp
+++ b/eeprom-device/eeprom_device_software_manager.cpp
@@ -15,7 +15,7 @@
namespace SoftwareInf = phosphor::software;
-const std::vector<std::string> emConfigTypes = {"PT5161L"};
+const std::vector<std::string> emConfigTypes = {"PT5161LFirmware"};
void EEPROMDeviceSoftwareManager::start()
{