* [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
* [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CMD_WDT 2019-05-08 12:47 [U-Boot] [PATCH] mips: mt7688: gardena-smart-gateway-mt7688: Enable CMD_WDT Stefan Roese @ 2019-05-08 12:47 ` 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 1 sibling, 1 reply; 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: Eugen Hristev <eugen.hristev@microchip.com> --- configs/gardena-smart-gateway-at91sam_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/gardena-smart-gateway-at91sam_defconfig b/configs/gardena-smart-gateway-at91sam_defconfig index 577dceb2d4..a25d378064 100644 --- a/configs/gardena-smart-gateway-at91sam_defconfig +++ b/configs/gardena-smart-gateway-at91sam_defconfig @@ -36,6 +36,7 @@ CONFIG_CMD_DM=y CONFIG_CMD_GPIO=y CONFIG_CMD_MTD=y CONFIG_CMD_NAND=y +CONFIG_CMD_WDT=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y CONFIG_CMD_PING=y -- 2.21.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CMD_WDT 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 0 siblings, 0 replies; 4+ messages in thread From: Eugen.Hristev at microchip.com @ 2019-05-15 6:41 UTC (permalink / raw) To: u-boot On 08.05.2019 15:47, Stefan Roese wrote: > > This patch enables the "wdt" command, which is quite useful for watchdog > testing. > > Signed-off-by: Stefan Roese <sr@denx.de> > Cc: Eugen Hristev <eugen.hristev@microchip.com> > --- Applied to u-boot-atmel/master, thanks ! ^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH] mips: mt7688: gardena-smart-gateway-mt7688: Enable CMD_WDT 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-24 14:14 ` Daniel Schwierzeck 1 sibling, 0 replies; 4+ messages in thread From: Daniel Schwierzeck @ 2019-05-24 14:14 UTC (permalink / raw) To: u-boot Am 08.05.19 um 14:47 schrieb Stefan Roese: > 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(+) > applied to u-boot-mips, thanks. -- - Daniel ^ permalink raw reply [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