From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 9 Jan 2020 14:22:21 +0530 Subject: [DO NOT MERGE] [PATCH v4 7/8] roc-rk3399-pc: Enable watchdog In-Reply-To: <20200109085222.22670-1-jagan@amarulasolutions.com> References: <20200109085222.22670-1-jagan@amarulasolutions.com> Message-ID: <20200109085222.22670-8-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Enable watchdog suport for ROC-RK3399-PC board. Signed-off-by: Jagan Teki --- configs/roc-pc-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/roc-pc-rk3399_defconfig b/configs/roc-pc-rk3399_defconfig index bf83b25dbc..b30ca55107 100644 --- a/configs/roc-pc-rk3399_defconfig +++ b/configs/roc-pc-rk3399_defconfig @@ -54,3 +54,4 @@ CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_SPL_TINY_MEMSET=y CONFIG_ERRNO_STR=y +CONFIG_WDT=y -- 2.18.0.321.gffc6fa0e3