[U-Boot] [PATCH] arm: baltos: switch to driver model for the watchdog timer
yegorslists at googlemail.com
yegorslists at googlemail.com
Fri Aug 9 05:40:40 UTC 2019
From: Yegor Yefremov <yegorslists at googlemail.com>
Also disable OMAP watchdog timer till it is converted to the
driver model.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
configs/am335x_baltos_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig
index aa8fee5125..6f1395925a 100644
--- a/configs/am335x_baltos_defconfig
+++ b/configs/am335x_baltos_defconfig
@@ -69,4 +69,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_FUNCTION_MASS_STORAGE=y
CONFIG_USB_ETHER=y
CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
+# CONFIG_WATCHDOG is not set
+# CONFIG_OMAP_WATCHDOG is not set
+CONFIG_WDT=y
CONFIG_FAT_WRITE=y
--
2.17.0
More information about the U-Boot
mailing list