diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-25 17:07:34 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-04-20 07:31:12 -0400 |
commit | 9889a8e562461837312879d82bcbfe80854de67a (patch) | |
tree | a5ee34c1a5e338e3cb502503eb435ad4040fe33a /configs | |
parent | 8bb5a66e5b100b7de1d787a471c117c14743537b (diff) | |
download | u-boot-9889a8e562461837312879d82bcbfe80854de67a.tar.gz u-boot-9889a8e562461837312879d82bcbfe80854de67a.tar.xz u-boot-9889a8e562461837312879d82bcbfe80854de67a.zip |
arm: octeontx: enable WDT_SBSA
The OcteonTX uses ARM's SBSA Watchdog device
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/octeontx_81xx_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |