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

Felix Brack fb at ltec.ch
Tue Jun 11 08:39:52 UTC 2019


This board does not require watchdog support.

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

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

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"
-- 
2.17.1



More information about the U-Boot mailing list