From ab678c2e19ca5ba6ce5347d62971cec2bc1fc935 Mon Sep 17 00:00:00 2001 From: raywu Date: Wed, 11 Sep 2019 11:05:25 +0800 Subject: (FixedBuildError)[DW01] Fixed System Reboot by WDT if There's no Boot Devices --- Core/EM/AMITSE/bootflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/EM/AMITSE/bootflow.c b/Core/EM/AMITSE/bootflow.c index f3fab0f..37494a4 100644 --- a/Core/EM/AMITSE/bootflow.c +++ b/Core/EM/AMITSE/bootflow.c @@ -317,7 +317,7 @@ VOID bootflow_F81866WDTDisable() bootflow_F81866EnterConfigMode() ; bootflow_F81866LDNSelect(F81866_LDN_WDT) ; // WDT Disabled - bootflow_F81866ConfigRegisterWrite( 0xF5 , F81866ConfigRegisterRead(0xF5) & ~BIT5 ) ; + bootflow_F81866ConfigRegisterWrite( 0xF5 , bootflow_F81866ConfigRegisterRead(0xF5) & ~BIT5 ) ; bootflow_F81866ExitConfigMode() ; } //ray_override / Fixed System Reboot by WDT if There's no Boot Devices / Added << -- cgit v1.2.3