Skip to content
Snippets Groups Projects
Commit 8e6425b7 authored by Soumen Ghosh's avatar Soumen Ghosh
Browse files

lrdp-v2: smem_addr_buildinfo added in board file

	To support minidump in sdm845 target, added smem_addr_buildinfo address in boards.py file

Change-Id: Iafeac2368760bb551f479b04acdff64e74a42662
parent da12ebb1
No related branches found
No related tags found
No related merge requests found
......@@ -436,6 +436,7 @@ class BoardSDM845(Board):
self.cpu = 'CORTEXA53'
self.ram_start = 0x80000000
self.smem_addr = 0x6000000
self.smem_addr_buildinfo = 0x6007210
self.phys_offset = 0x80000000
self.imem_start = 0x14680000
self.kaslr_addr = 0x146bf6d0
......
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