Merge pull request #4425 from velozr/master-p10
Updating the config files to get and compile the VPD ECC algorithm files
diff --git a/openpower/configs/hostboot/p10ebmc.config b/openpower/configs/hostboot/p10ebmc.config
index 44672c9..19dac4d 100755
--- a/openpower/configs/hostboot/p10ebmc.config
+++ b/openpower/configs/hostboot/p10ebmc.config
@@ -96,3 +96,6 @@
# Disable TOD redundancy (workaround for Everest bug)
unset ENABLE_TOD_REDUNDANCY
+
+# Enable the VPD ECC algorithms
+set COMPILE_VPD_ECC_ALGORITHMS
diff --git a/openpower/configs/p10ebmc_defconfig b/openpower/configs/p10ebmc_defconfig
index 934dd51..a09eaaa 100644
--- a/openpower/configs/p10ebmc_defconfig
+++ b/openpower/configs/p10ebmc_defconfig
@@ -83,3 +83,4 @@
BR2_PACKAGE_LOADKEYS=y
BR2_IMA_CATALOG_DTS="POWER10"
BR2_PACKAGE_OCMB_EXPLORER_FW=y
+BR2_PACKAGE_IBM_FW_PROPRIETARY_P10=y