Skip to content

Commit 9a6b3dd

Browse files
vishalmtipraneethbajjuri
authored andcommitted
fix(Power_Management): Update correct boardcfg values for enabling trace
Fix the correct values to be used in boardcfg for enabling TIFS traces for debug. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
1 parent 766ab09 commit 9a6b3dd

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: 0x7F
58+
+ trace_src_enables: 0x3F
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)