From 7b1787f0f5a25646af7a20f7b169a63d3d227c95 Mon Sep 17 00:00:00 2001 From: Vishal Mahaveer Date: Thu, 12 Feb 2026 20:12:46 -0600 Subject: [PATCH] fix(Power_Management): Update correct boardcfg values for enabling trace This reverts commit 9a6b3dd9247972058b8871d4f1ee5ab0815bcf25. Previous value was correct for latest release. The issue was reported on older release and the value was updated by mistake. Signed-off-by: Vishal Mahaveer --- .../Power_Management/pm_am62lx_debug.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst b/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst index 4c89229da..854e243fd 100644 --- a/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst +++ b/source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst @@ -55,7 +55,7 @@ Patch to apply: - trace_dst_enables: 0x00 - trace_src_enables: 0x00 + trace_dst_enables: 0x0D - + trace_src_enables: 0x3F + + trace_src_enables: 0x7F After applying the patch, re-build U-Boot following the instructions in :ref:`u-boot-build-guide-build-k3`.