Skip to content
Snippets Groups Projects
Commit 9517aa55 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "lrdp_v2 : fix for broken clockdump.py"

parents 68b654f6 6e155b8c
Branches
No related tags found
No related merge requests found
......@@ -175,6 +175,8 @@ class ClockDumps(RamParser):
clk_ops = self.ramdump.read_structure_field(
clk_core,'struct clk_core','ops')
clk_ops = self.ramdump.unwind_lookup(clk_ops)
if clk_ops is None:
clk_ops = ["dynamic module"]
cur_level = 0
if vdd_class != 0 and vdd_class is not None:
cur_level_address = (vdd_class + offset_vdd_cur_level)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment