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

Merge "lrdp-v2: Add smem_addr_buildinfo address for target"

parents 456791f6 0ce87012
No related branches found
No related tags found
No related merge requests found
......@@ -579,6 +579,7 @@ class BoardSM8150(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