Skip to content
Snippets Groups Projects
Commit 2a96ac4d authored by Laura Abbott's avatar Laura Abbott
Browse files

linux-ramdump-parser-v2: Use different CPU for 8916

There have been requests to use CorexA7 instead of CortexA53 for
dumps. Switch.

Change-Id: I5926e361bfc012edf26f043adb30b4254b96bc8a
parent 1b766558
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ class Board8916(Board):
super(Board8916, self).__init__()
self.socid = socid
self.board_num = 8916
self.cpu = 'CORTEXA53'
self.cpu = 'CORTEXA7'
self.ram_start = 0x80000000
#self.ram_start = 0x0
self.smem_addr = 0xe200000
......
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