summaryrefslogtreecommitdiffstats
path: root/readeeprom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'readeeprom.cpp')
-rw-r--r--readeeprom.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/readeeprom.cpp b/readeeprom.cpp
index 96a8cc1..a9dd91d 100644
--- a/readeeprom.cpp
+++ b/readeeprom.cpp
@@ -69,8 +69,7 @@ int main(int argc, char** argv)
// Now that we have the file that contains the eeprom data, go read it
// and update the Inventory DB.
bool bmc_fru = true;
- rc = ipmi_validate_fru_area(fruid, eeprom_file.c_str(), bus_type,
- bmc_fru);
+ rc = validateFRUArea(fruid, eeprom_file.c_str(), bus_type, bmc_fru);
}
// Cleanup
OpenPOWER on IntegriCloud