From d170977f508b4fe15cce06b260e13534da0251f9 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Wed, 16 Sep 2026 12:14:13 +0200 Subject: [PATCH] F-9259: T2080 handoff sets TCR to 0 wolfBoot clears TCR to 0 (matching CW U-Boot pre-bootm); the comment described the old 0x04000000 value. --- hal/nxp_t2080.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hal/nxp_t2080.c b/hal/nxp_t2080.c index d93716dd..d39f6a6b 100644 --- a/hal/nxp_t2080.c +++ b/hal/nxp_t2080.c @@ -1703,8 +1703,8 @@ void hal_prepare_boot(void) * profile when chasing VxWorks 7 64-bit silent boot: * - DUART1 MCR = 3 (DTR+RTS asserted; U-Boot sets this, our driver * leaves it at the post-reset 0) - * - TCR = 0x04000000 (matches U-Boot's leftover; wolfBoot was clearing - * it; VxWorks 7 BSP early code may inherit) */ + * - TCR = 0 (matches CW U-Boot's pre-bootm value; a nonzero WRC would let + * the watchdog fire silently after VxWorks starts) */ void RAMFUNCTION hal_flash_cache_disable_pre_os(void) { hal_flash_cache_disable();