Skip to content
Snippets Groups Projects
Commit bf3e12a9 authored by Shashank Mittal's avatar Shashank Mittal
Browse files

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

CPUMERRSR and L2MERRSR are CP15 registers so no need to set them in
core{X}_regs.cmm script.

Change-Id: I740ec7e96948b4fd887f1ae9095d663cc91601dd
parent d89f691d
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