Palmetto Live VPD
diff --git a/openpower/configs/hostboot/palmetto.config b/openpower/configs/hostboot/palmetto.config
index 56fda65..2514ba1 100755
--- a/openpower/configs/hostboot/palmetto.config
+++ b/openpower/configs/hostboot/palmetto.config
@@ -1,27 +1,34 @@
 # The Serial Flash Controller is the AST2400 BMC.
-set LPC_SLAVE_AST2400
-set SFC_IS_AST2400
-set BMC_DOES_SFC_INIT
+set   SFC_IS_AST2400
+set   BMC_DOES_SFC_INIT
 unset SFC_IS_IBM_DPSS
+set   ALLOW_MICRON_PNOR
+set   ALLOW_MACRONIX_PNOR
 
 # VPD options.
-unset MVPD_READ_FROM_PNOR
-unset DJVPD_READ_FROM_PNOR
 unset HAVE_MBVPD
+unset MVPD_READ_FROM_PNOR
+set MVPD_READ_FROM_HW
+unset DJVPD_READ_FROM_PNOR
+set DJVPD_READ_FROM_HW
+unset CVPD_READ_FROM_PNOR
+set CVPD_READ_FROM_HW
 set SKIP_RESTRICT_EX_UNITS
 
 # gpio config
 set GPIODD
 set PALMETTO_VDDR
 
-# enable console
-set CONSOLE
-
 # disable sbe updates
 set NO_SBE_UPDATES
 
-# Enable Nominal frequency pstate.
-set SET_NOMINAL_PSTATE
-
-# Disable PCIe hotplug - Different device on Palmetto.
 unset PCIE_HOTPLUG_CONTROLLER
+
+# turn on console output
+set CONSOLE
+set CONSOLE_AST2400
+
+set PNOR_IS_32MB
+
+set NO_DMI_EREPAIR
+set DISABLE_HOSTBOOT_RUNTIME
\ No newline at end of file