Enable hardware eeprom access in Rainier

Now that we have all of SPI support in place we can enable the
product-level logic that compares our cached eeprom data with
what is in the actual seeprom.

Signed-off-by: Dan Crowell <dcrowell@us.ibm.com>
diff --git a/openpower/configs/hostboot/rainier.config b/openpower/configs/hostboot/rainier.config
index 6777b66..a9c3bd0 100755
--- a/openpower/configs/hostboot/rainier.config
+++ b/openpower/configs/hostboot/rainier.config
@@ -60,7 +60,10 @@
 # AXONE configs must be set until those flags are reworked in Hostboot
 set AXONE
 set AXONE_BRINGUP
+
+# Enable hardware access to the EEPROMs with a cache
 set SUPPORT_EEPROM_CACHING
+set SUPPORT_EEPROM_HWACCESS
 
 # set for trace debug to console
 unset CONSOLE_OUTPUT_TRACE
@@ -81,5 +84,3 @@
 # Until MCTP/PLDM file access available, load PHyp via the BOOTKERNEL partition
 set LOAD_PHYP_FROM_BOOTKERNEL
 
-# Perform presence detect using EECACHE until all parts of Rainier config are supported in simics
-set EECACHE_PRESENCE_DETECT