summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatutil.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat/hdatutil.C')
-rw-r--r--src/usr/hdat/hdatutil.C6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/hdat/hdatutil.C b/src/usr/hdat/hdatutil.C
index 6c141065c..d0b3edca1 100644
--- a/src/usr/hdat/hdatutil.C
+++ b/src/usr/hdat/hdatutil.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2018 */
+/* Contributors Listed Below - COPYRIGHT 2015,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -1672,7 +1672,9 @@ errlHndl_t hdatGetFullEepromVpd(TARGETING::Target * i_target,
i_target,
o_data,
io_dataSize,
- DEVICE_EEPROM_ADDRESS(EEPROM::VPD_PRIMARY, 0));
+ DEVICE_EEPROM_ADDRESS(EEPROM::VPD_PRIMARY,
+ 0,
+ EEPROM::AUTOSELECT));
if(err)
{
HDAT_ERR("Reading Full vpd from Eeprom failed");
OpenPOWER on IntegriCloud