mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-03 21:48:15 +00:00 
			
		
		
		
	move WATCHDOG_TIMEOUT_MSECS to Kconfig and fix all board defconfigs. Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Stefan Roese <sr@denx.de> Acked-by: Lukasz Majewski <lukma@denx.de> Acked-by: Martyn Welch <martyn.welch@collabora.com> Signed-off-by: Stefan Roese <sr@denx.de>
		
			
				
	
	
		
			21 lines
		
	
	
		
			670 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			670 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# Copyright 2015 Freescale Semiconductor
 | 
						|
#
 | 
						|
# SPDX-License-Identifier:      GPL-2.0+
 | 
						|
#
 | 
						|
 | 
						|
Freescale LayerScape with Chassis Generation 2
 | 
						|
 | 
						|
This architecture supports Freescale ARMv8 SoCs with Chassis generation 2,
 | 
						|
for example LS1043A.
 | 
						|
 | 
						|
Watchdog support Overview
 | 
						|
-------------------
 | 
						|
Support watchdog driver for LSCH2. The driver is disabled in default.
 | 
						|
You can enable it by setting CONFIG_IMX_WATCHDOG.
 | 
						|
Use following config to set watchdog timeout, if this config is not defined,
 | 
						|
the default timeout value is 128s which is the maximum. Set 10 seconds for
 | 
						|
example:
 | 
						|
Set CONFIG_WATCHDOG_RESET_DISABLE to disable reset watchdog, so that the
 | 
						|
watchdog will not be fed in u-boot.
 |