Disable TOD redundancy for Rainier and Everest
Disable TOD redundancy on OpenBMC systems while Everest sorts out its
secondary TOD topology support.
diff --git a/openpower/configs/hostboot/everest.config b/openpower/configs/hostboot/everest.config
index 2f2ef2a..96b6953 100644
--- a/openpower/configs/hostboot/everest.config
+++ b/openpower/configs/hostboot/everest.config
@@ -88,3 +88,6 @@
# Disable presence detection (workaround for Everest bug)
unset PHYS_PRES_PWR_BUTTON
unset KEY_CLEAR
+
+# Disable TOD redundancy (workaround for Everest bug)
+unset ENABLE_TOD_REDUNDANCY
diff --git a/openpower/configs/hostboot/rainier.config b/openpower/configs/hostboot/rainier.config
index a0bf15f..b4460ce 100755
--- a/openpower/configs/hostboot/rainier.config
+++ b/openpower/configs/hostboot/rainier.config
@@ -91,3 +91,6 @@
# enable multi-chip
unset FORCE_SINGLE_CHIP
+
+# Disable TOD redundancy (workaround for Everest bug)
+unset ENABLE_TOD_REDUNDANCY