[PATCH u-boot-marvell] arm: mvebu: turris_mox: enable wdt command in defconfig

2021-01-13 Thread Marek Behún
Enable wdt command in defconfig for Turris MOX. This is useful when doing debugging. Signed-off-by: Marek Behún --- configs/turris_mox_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 66dc2473d6..4543acf073 100644 ---

Re: [PATCH u-boot-marvell] arm: mvebu: turris_mox: enable wdt command in defconfig

2021-01-15 Thread Stefan Roese
On 13.01.21 18:22, Marek Behún wrote: Enable wdt command in defconfig for Turris MOX. This is useful when doing debugging. Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan