From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 8 May 2019 14:47:05 +0200 Subject: [U-Boot] [PATCH] arm: at91: gardena-smart-gateway-at91sam: Enable CMD_WDT In-Reply-To: <20190508124705.4486-1-sr@denx.de> References: <20190508124705.4486-1-sr@denx.de> Message-ID: <20190508124705.4486-2-sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch enables the "wdt" command, which is quite useful for watchdog testing. Signed-off-by: Stefan Roese Cc: Eugen Hristev --- 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