Skip to content
Snippets Groups Projects
Commit 7a277c8a authored by Clement Faure's avatar Clement Faure Committed by Ye Li
Browse files

LF-4794 iMX8ULP: move OPTEE OS base address to 0xa6000000


Move OPTEE OS base address to 0xa6000000

Signed-off-by: default avatarClement Faure <clement.faure@nxp.com>
(cherry picked from commit e259b2d6f0ce236d59ffd3494d0fbda60e02648b)
parent 9a044744
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ MCU_IMG = m33_image.bin ...@@ -24,7 +24,7 @@ MCU_IMG = m33_image.bin
SPL_LOAD_ADDR ?= 0x22020000 SPL_LOAD_ADDR ?= 0x22020000
ATF_LOAD_ADDR ?= 0x20040000 ATF_LOAD_ADDR ?= 0x20040000
TEE_LOAD_ADDR ?= 0x96000000 TEE_LOAD_ADDR ?= 0xa6000000
UBOOT_LOAD_ADDR ?= 0x80200000 UBOOT_LOAD_ADDR ?= 0x80200000
MCU_SSRAM_ADDR ?= 0x1ffc2000 MCU_SSRAM_ADDR ?= 0x1ffc2000
MCU_XIP_ADDR ?= 0x4032000 # Point entry of m33 in flexspi0 nor flash MCU_XIP_ADDR ?= 0x4032000 # Point entry of m33 in flexspi0 nor flash
......
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