diff mbox series

[U-Boot] arm: am335x-pdu001: Remove watchdog support

Message ID 20190611083952.25411-1-fb@ltec.ch
State Accepted
Commit 19b81032d65c9d0747e16b6009c639adb880b064
Delegated to: Tom Rini
Headers show
Series [U-Boot] arm: am335x-pdu001: Remove watchdog support | expand

Commit Message

Felix Brack June 11, 2019, 8:39 a.m. UTC
This board does not require watchdog support.

Signed-off-by: Felix Brack <fb@ltec.ch>
---

 configs/am335x_pdu001_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini June 22, 2019, 4:08 p.m. UTC | #1
On Tue, Jun 11, 2019 at 10:39:52AM +0200, Felix Brack wrote:

> This board does not require watchdog support.
> 
> Signed-off-by: Felix Brack <fb@ltec.ch>

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

Patch

diff --git a/configs/am335x_pdu001_defconfig b/configs/am335x_pdu001_defconfig
index 05077c5b73..4308b192f1 100644
--- a/configs/am335x_pdu001_defconfig
+++ b/configs/am335x_pdu001_defconfig
@@ -17,7 +17,7 @@  CONFIG_BOOTDELAY=1
 CONFIG_SPL_I2C_SUPPORT=y
 # CONFIG_SPL_NAND_SUPPORT is not set
 CONFIG_SPL_POWER_SUPPORT=y
-CONFIG_SPL_WATCHDOG_SUPPORT=y
+# CONFIG_OMAP_WATCHDOG is not set
 CONFIG_SPL_YMODEM_SUPPORT=y
 CONFIG_AUTOBOOT_KEYED=y
 CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n"