From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Harvey Date: Thu, 25 Mar 2021 17:07:34 -0700 Subject: [PATCH 3/6] arm: octeontx: enable WDT_SBSA In-Reply-To: <20210326000737.9764-1-tharvey@gateworks.com> References: <20210326000737.9764-1-tharvey@gateworks.com> Message-ID: <20210326000737.9764-4-tharvey@gateworks.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The OcteonTX uses ARM's SBSA Watchdog device Signed-off-by: Tim Harvey --- configs/octeontx_81xx_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/octeontx_81xx_defconfig b/configs/octeontx_81xx_defconfig index 9881c1089b..bcf03db406 100644 --- a/configs/octeontx_81xx_defconfig +++ b/configs/octeontx_81xx_defconfig @@ -132,4 +132,5 @@ CONFIG_USB_ETHER_ASIX=y CONFIG_USB_ETHER_ASIX88179=y CONFIG_USB_ETHER_RTL8152=y CONFIG_WDT=y +CONFIG_WDT_SBSA=y CONFIG_ERRNO_STR=y -- 2.17.1