Skip to content
Snippets Groups Projects
Commit e5a85927 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: Use different CPU for 8916"

parents 88f7b2b5 2a96ac4d
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