From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Liang Date: Wed, 3 Mar 2021 19:08:06 +0800 Subject: [PATCH v5 6/6] riscv: Enable watchdog for the k210 In-Reply-To: <20201222235903.131751-7-seanga2@gmail.com> References: <20201222235903.131751-1-seanga2@gmail.com> <20201222235903.131751-7-seanga2@gmail.com> Message-ID: <20210303110746.GA31813@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Dec 22, 2020 at 06:59:03PM -0500, Sean Anderson wrote: > This enables the necessary config options. > > Signed-off-by: Sean Anderson > Reviewed-by: Simon Glass > --- > > (no changes since v1) > > board/sipeed/maix/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/board/sipeed/maix/Kconfig b/board/sipeed/maix/Kconfig > index 4c42dd2087..95fe6d9706 100644 > --- a/board/sipeed/maix/Kconfig > +++ b/board/sipeed/maix/Kconfig > @@ -53,4 +53,6 @@ config BOARD_SPECIFIC_OPTIONS > imply CMD_GPIO > imply LED > imply LED_GPIO > + imply WDT > + imply DESIGNWARE_WATCHDOG > endif Hi Sean, This patch has conflicted with current master. Could be please rebase again? Thanks in advance! Leo