mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
configs: ge: bx50v3: adjust watchdog period
Increase watchdog period, in order to accomodate recent kernel size and configuration changes. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
4ac026a937
commit
aca3b4e193
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ CONFIG_DM_VIDEO=y
|
|||
# CONFIG_VIDEO_BPP32 is not set
|
||||
CONFIG_SYS_WHITE_ON_BLACK=y
|
||||
CONFIG_VIDEO_IPUV3=y
|
||||
CONFIG_WATCHDOG_TIMEOUT_MSECS=6000
|
||||
CONFIG_WATCHDOG_TIMEOUT_MSECS=8000
|
||||
CONFIG_IMX_WATCHDOG=y
|
||||
CONFIG_BCH=y
|
||||
# CONFIG_EFI_LOADER is not set
|
||||
|
|
Loading…
Add table
Reference in a new issue