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

Merge "linux-ramdump-parser-v2: Don't set CPUMERRSR and L2MERRSR in cmm script."

parents d89f691d bf3e12a9
No related branches found
No related tags found
No related merge requests found
......@@ -246,8 +246,8 @@ sysdbg_cpu64_register_names_v1_3 = [
('elr_el1', 'elr_el1', True),
('spsr_el1', 'spsr_el1', False),
('sp_el0', 'sp_el0', False),
('cpumerrsr_el1', 'cpumerrsr_el1', False),
('l2merrsr_el1', 'l2merrsr_el1', False),
('cpumerrsr_el1', None, False),
('l2merrsr_el1', None, False),
('__reserved1', '__reserved1', False),
('__reserved2', '__reserved2', False),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment