[PATCH uboot] Uncomment 2nd watchdog configuration

Brad Bishop bradleyb at fuzziesquirrel.com
Tue Jun 7 06:30:52 AEST 2016


From: Brad Bishop <bradleyb at us.ibm.com>

Disabling this watchdog until we have a kernel driver.

Signed-off-by: Brad Bishop <bradleyb at fuzziesquirrel.com>
---
 board/aspeed/ast-g5/platform.S | 2 --
 1 file changed, 2 deletions(-)

diff --git a/board/aspeed/ast-g5/platform.S b/board/aspeed/ast-g5/platform.S
index cff8e35..5e8f1ef 100644
--- a/board/aspeed/ast-g5/platform.S
+++ b/board/aspeed/ast-g5/platform.S
@@ -372,13 +372,11 @@ bypass_USB_init:
 /******************************************************************************
  Disable WDT2 for 2nd boot function
  ******************************************************************************/
-/*
 #ifndef CONFIG_FIRMWARE_2ND_BOOT
     ldr   r0, =0x1e78502c
     mov   r1, #0
     str   r1, [r0]
 #endif
-*/
 /******************************************************************************
  Disable WDT3 for SPI Address mode (3 or 4 bytes) detection function
  ******************************************************************************/
-- 
1.8.3.1


More information about the openbmc mailing list