Merge pull request #4378 from crgeddes/config_file_update
Set config flag for Hostboot to use PLDM for PNOR file-io operations
diff --git a/openpower/configs/hostboot/p10ebmc.config b/openpower/configs/hostboot/p10ebmc.config
index b4460ce..44672c9 100755
--- a/openpower/configs/hostboot/p10ebmc.config
+++ b/openpower/configs/hostboot/p10ebmc.config
@@ -1,7 +1,9 @@
-# The HIOMAP protocol is used to access PNOR
+# PLDM is used to access PNOR
+set FILE_XFER_VIA_PLDM
+
unset SFC_IS_AST2500
unset SFC_IS_AST2400
-set PNORDD_IS_IPMI
+unset PNORDD_IS_IPMI
unset PNORDD_IS_SFC
unset ALLOW_MICRON_PNOR
unset ALLOW_MACRONIX_PNOR