wdt-on-panic: remove from withespoon and mihawk
At a high level, the purpose of this feature was to utilize the BMC
hardware watchdogs to switch the BMC boot flash when certain errors were
hit which were preventing the BMC from booting.
At a high level, this worked but some critical issues were found with
this:
- No failure data is gathered to understand why the boot flash was
switched
- No event or error is logged to notify the user of the system that the
boot flash has switched
- At times, switching sides didn't help because the BMC network
information was not properly copied to the other boot flash which
caused even more confusion for the user
Give the above, this patch proposes a reset on this logic until we can
come back and address the above issues and get this working end to end.
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I99d3722342eebe945345c35910c8b13d471a1990
diff --git a/conf/machine/mihawk.conf b/conf/machine/mihawk.conf
index e5485c3..efcf771 100644
--- a/conf/machine/mihawk.conf
+++ b/conf/machine/mihawk.conf
@@ -1,6 +1,5 @@
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
-KERNEL_FEATURES_append = " phosphor-wdt-on-panic"
UBOOT_MACHINE = "ast_g5_ncsi_config"
diff --git a/conf/machine/witherspoon.conf b/conf/machine/witherspoon.conf
index 340d7f7..acceb47 100644
--- a/conf/machine/witherspoon.conf
+++ b/conf/machine/witherspoon.conf
@@ -1,6 +1,5 @@
KMACHINE = "aspeed"
KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb"
-KERNEL_FEATURES_append = " phosphor-wdt-on-panic"
UBOOT_MACHINE = "ast_g5_ncsi_config"