public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mips: mt7688: gardena-smart-gateway-mt7688: Enable CMD_WDT
@ 2019-05-08 12:47 Stefan Roese
  2019-05-08 12:47 ` [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: " Stefan Roese
  2019-05-24 14:14 ` [U-Boot] [PATCH] mips: mt7688: gardena-smart-gateway-mt7688: " Daniel Schwierzeck
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Roese @ 2019-05-08 12:47 UTC (permalink / raw)
  To: u-boot

This patch enables the "wdt" command, which is quite useful for watchdog
testing.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
---
 configs/gardena-smart-gateway-mt7688-ram_defconfig | 1 +
 configs/gardena-smart-gateway-mt7688_defconfig     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/gardena-smart-gateway-mt7688-ram_defconfig b/configs/gardena-smart-gateway-mt7688-ram_defconfig
index e09950637f..c32aae4f88 100644
--- a/configs/gardena-smart-gateway-mt7688-ram_defconfig
+++ b/configs/gardena-smart-gateway-mt7688-ram_defconfig
@@ -26,6 +26,7 @@ CONFIG_CMD_GPIO=y
 CONFIG_CMD_MTD=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_SPI=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
diff --git a/configs/gardena-smart-gateway-mt7688_defconfig b/configs/gardena-smart-gateway-mt7688_defconfig
index ad0db2e723..14c0254a6c 100644
--- a/configs/gardena-smart-gateway-mt7688_defconfig
+++ b/configs/gardena-smart-gateway-mt7688_defconfig
@@ -29,6 +29,7 @@ CONFIG_CMD_GPIO=y
 CONFIG_CMD_MTD=y
 CONFIG_CMD_SF=y
 CONFIG_CMD_SPI=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-24 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-08 12:47 [U-Boot] [PATCH] mips: mt7688: gardena-smart-gateway-mt7688: Enable CMD_WDT Stefan Roese
2019-05-08 12:47 ` [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: " Stefan Roese
2019-05-15  6:41   ` Eugen.Hristev at microchip.com
2019-05-24 14:14 ` [U-Boot] [PATCH] mips: mt7688: gardena-smart-gateway-mt7688: " Daniel Schwierzeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox