diff mbox series

[4/4] arm: octeontx: Add CMD_WDT

Message ID 20200923090132.1911524-4-sr@denx.de
State Accepted
Commit b666714c30c6d6501fbb91d1774065a204a88b8e
Delegated to: Stefan Roese
Headers show
Series [1/4] mmc: octeontx_hsmmc.c: Remove test debug message | expand

Commit Message

Stefan Roese Sept. 23, 2020, 9:01 a.m. UTC
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 | 1 +
 configs/octeontx2_96xx_defconfig | 1 +
 configs/octeontx_81xx_defconfig  | 1 +
 configs/octeontx_83xx_defconfig  | 1 +
 4 files changed, 4 insertions(+)

Comments

Stefan Roese Oct. 16, 2020, 1:39 p.m. UTC | #1
On 23.09.20 11:01, Stefan Roese wrote:
> 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>

Applied to u-boot-marvell/master

Thanks,
Stefan

> ---
>   configs/octeontx2_95xx_defconfig | 1 +
>   configs/octeontx2_96xx_defconfig | 1 +
>   configs/octeontx_81xx_defconfig  | 1 +
>   configs/octeontx_83xx_defconfig  | 1 +
>   4 files changed, 4 insertions(+)
> 
> diff --git a/configs/octeontx2_95xx_defconfig b/configs/octeontx2_95xx_defconfig
> index 047cb45a21..a17e5521d9 100644
> --- a/configs/octeontx2_95xx_defconfig
> +++ b/configs/octeontx2_95xx_defconfig
> @@ -41,6 +41,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
> diff --git a/configs/octeontx2_96xx_defconfig b/configs/octeontx2_96xx_defconfig
> index 7b5a1243a7..2e6cef0684 100644
> --- a/configs/octeontx2_96xx_defconfig
> +++ b/configs/octeontx2_96xx_defconfig
> @@ -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
> diff --git a/configs/octeontx_81xx_defconfig b/configs/octeontx_81xx_defconfig
> index ca3286b901..ff24e6e1e8 100644
> --- a/configs/octeontx_81xx_defconfig
> +++ b/configs/octeontx_81xx_defconfig
> @@ -43,6 +43,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
> diff --git a/configs/octeontx_83xx_defconfig b/configs/octeontx_83xx_defconfig
> index e7dd3f6b73..ab38d007ea 100644
> --- a/configs/octeontx_83xx_defconfig
> +++ b/configs/octeontx_83xx_defconfig
> @@ -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
> 


Viele Grüße,
Stefan
diff mbox series

Patch

diff --git a/configs/octeontx2_95xx_defconfig b/configs/octeontx2_95xx_defconfig
index 047cb45a21..a17e5521d9 100644
--- a/configs/octeontx2_95xx_defconfig
+++ b/configs/octeontx2_95xx_defconfig
@@ -41,6 +41,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
diff --git a/configs/octeontx2_96xx_defconfig b/configs/octeontx2_96xx_defconfig
index 7b5a1243a7..2e6cef0684 100644
--- a/configs/octeontx2_96xx_defconfig
+++ b/configs/octeontx2_96xx_defconfig
@@ -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
diff --git a/configs/octeontx_81xx_defconfig b/configs/octeontx_81xx_defconfig
index ca3286b901..ff24e6e1e8 100644
--- a/configs/octeontx_81xx_defconfig
+++ b/configs/octeontx_81xx_defconfig
@@ -43,6 +43,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
diff --git a/configs/octeontx_83xx_defconfig b/configs/octeontx_83xx_defconfig
index e7dd3f6b73..ab38d007ea 100644
--- a/configs/octeontx_83xx_defconfig
+++ b/configs/octeontx_83xx_defconfig
@@ -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