Skip to content

Commit 7b1787f

Browse files
committed
fix(Power_Management): Update correct boardcfg values for enabling trace
This reverts commit 9a6b3dd. 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 <vishalm@ti.com>
1 parent 9a6b3dd commit 7b1787f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/linux/Foundational_Components/Power_Management/pm_am62lx_debug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Patch to apply:
5555
- trace_dst_enables: 0x00
5656
- trace_src_enables: 0x00
5757
+ trace_dst_enables: 0x0D
58-
+ trace_src_enables: 0x3F
58+
+ trace_src_enables: 0x7F
5959
6060
After applying the patch, re-build U-Boot following the instructions in :ref:`u-boot-build-guide-build-k3`.
6161

0 commit comments

Comments
 (0)