diff mbox series

[U-Boot,v2] arm: baltos: switch to driver model for the watchdog timer

Message ID 20190815090804.4522-1-yegorslists@googlemail.com
State Accepted
Commit 042dd8f2a64e6fe7f6fb0f329f0d32998ebd7aef
Delegated to: Tom Rini
Headers show
Series [U-Boot,v2] arm: baltos: switch to driver model for the watchdog timer | expand

Commit Message

Yegor Yefremov Aug. 15, 2019, 9:08 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
Changes v1 -> v2:
	rebased to include the ported omap_wdt driver

 configs/am335x_baltos_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Aug. 21, 2019, 12:43 p.m. UTC | #1
On Thu, Aug 15, 2019 at 11:08:04AM +0200, yegorslists@googlemail.com wrote:

> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig
index aa8fee5125..af027a3c5d 100644
--- a/configs/am335x_baltos_defconfig
+++ b/configs/am335x_baltos_defconfig
@@ -69,4 +69,5 @@  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_WDT=y
 CONFIG_FAT_WRITE=y