summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMarek Behún <marek.behun@nic.cz>2021-08-16 16:19:39 +0300
committerStefan Roese <sr@denx.de>2021-09-01 09:09:24 +0300
commitaeb0ca64dbb5e4b1f58c5b723d92220e7729aa37 (patch)
treeae305e0024c8ae1adfd64e01ec4df9f33ef90f76 /configs
parent008a069b89c690077ff9fa351557c8fc0778755c (diff)
downloadu-boot-aeb0ca64dbb5e4b1f58c5b723d92220e7729aa37.tar.xz
arm: mvebu: turris_omnia: disable MCU watchdog in SPL when booting over UART
When booting over UART, sending U-Boot proper may take too much time and MCU watchdog will reset the board before U-Boot proper is loaded. Better disable MCU watchdog in SPL when booting over UART. Signed-off-by: Marek Behún <marek.behun@nic.cz> Reviewed-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/turris_omnia_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig
index 2acc4ada41..b2bbbd1469 100644
--- a/configs/turris_omnia_defconfig
+++ b/configs/turris_omnia_defconfig
@@ -33,6 +33,7 @@ CONFIG_SYS_CONSOLE_INFO_QUIET=y
# CONFIG_DISPLAY_BOARDINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y
CONFIG_MISC_INIT_R=y
+CONFIG_SPL_BOARD_INIT=y
CONFIG_SPL_I2C=y
CONFIG_CMD_MEMTEST=y
CONFIG_SYS_ALT_MEMTEST=y