]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: octeontx: Add CMD_WDT
authorStefan Roese <sr@denx.de>
Wed, 23 Sep 2020 09:01:32 +0000 (11:01 +0200)
committerStefan Roese <sr@denx.de>
Fri, 16 Oct 2020 11:55:04 +0000 (13:55 +0200)
Enable WDT command for Octeon TX/TX2 boards.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Aaron Williams <awilliams@marvell.com>
Cc: Suneel Garapati <sgarapati@marvell.com>
Cc: Chandrakala Chavva <cchavva@marvell.com>
configs/octeontx2_95xx_defconfig
configs/octeontx2_96xx_defconfig
configs/octeontx_81xx_defconfig
configs/octeontx_83xx_defconfig

index b47f1963289d0ff21466e84a8308b5c66eb64104..e37c83742b6414112a89172af262b671abc16bf8 100644 (file)
@@ -40,6 +40,7 @@ CONFIG_CMD_BKOPS_ENABLE=y
 CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_SF_TEST=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_TFTPSRV=y
index e178c0839cfc55ab37b83f811417487111d545c6..403ea5121d1044aef2b53af27d720b87bdecad86 100644 (file)
@@ -41,6 +41,7 @@ CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_SF_TEST=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_TFTPSRV=y
index 850cab3ef14e67d247d73a358035de005755ab8a..78efcf553308a155b03a3a8ad20a638323f57827 100644 (file)
@@ -42,6 +42,7 @@ CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_SF_TEST=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_TFTPSRV=y
index 60fcf6a639faba71a3697da5382eb98f5ad9535b..f5b052871ca737ea68e0d7bc47d55bfd1f16759d 100644 (file)
@@ -40,6 +40,7 @@ CONFIG_CMD_PART=y
 CONFIG_CMD_PCI=y
 CONFIG_CMD_SF_TEST=y
 CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_TFTPPUT=y
 CONFIG_CMD_TFTPSRV=y