diff options
-rw-r--r-- | src/soc/mediatek/common/wdt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/wdt.c b/src/soc/mediatek/common/wdt.c index b228e56a05..f06fbf066f 100644 --- a/src/soc/mediatek/common/wdt.c +++ b/src/soc/mediatek/common/wdt.c @@ -16,6 +16,8 @@ int mtk_wdt_init(void) mtk_wdt_clr_status(wdt_sta); + printk(BIOS_INFO, "WDT: Status = %#x\n", wdt_sta); + printk(BIOS_INFO, "WDT: Last reset was "); if (wdt_sta & MTK_WDT_STA_HW_RST) { printk(BIOS_INFO, "hardware watchdog\n"); |