Skip to content
Snippets Groups Projects
Commit 4bfb0932 authored by Ankur Bansal's avatar Ankur Bansal
Browse files

lrdp_V2 : Correct the phys_offset for Lito SoC

Correct the phys_offset for Lito SoC.

Change-Id: If9c6a5e4d8a76e74be496ea1bc93cba9c20fe61c
parent a53bbcba
No related branches found
No related tags found
No related merge requests found
......@@ -653,7 +653,7 @@ class BoardLito(Board):
self.ram_start = 0x80000000
self.smem_addr = 0x900000
self.smem_addr_buildinfo = 0x907210
self.phys_offset = 0x80000000
self.phys_offset = 0xA2400000
self.imem_start = 0x14680000
self.kaslr_addr = 0x146ab6d0
self.wdog_addr = 0x146ab658
......
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