Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f5e69118 authored by Hari Nagalla's avatar Hari Nagalla Committed by Vignesh Raghavendra
Browse files

soc: j784s4: update firmware data load address


SYSFW has made available an additional 2KB for the boardcfg data used
for combined boot flow. This extra memory for TIFS boardcfg entries
would facilitate additional security related features.

Signed-off-by: default avatarHari Nagalla <hnagalla@ti.com>
Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 5110110f
Branches
Tags 08.05.00.004 cicd.2022.11.14.10.36.47
No related merge requests found
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# #
SBL_LOADADDDR ?= 0x41c00000 SBL_LOADADDDR ?= 0x41c00000
COMBINED_TIFS_BRDCFG_LOADADDR ?= 0x67000 COMBINED_TIFS_BRDCFG_LOADADDR ?= 0x66800
COMBINED_DM_BRDCFG_LOADADDR ?= 0x41c80000 COMBINED_DM_BRDCFG_LOADADDR ?= 0x41c80000
LOADADDR ?= 0x40000 LOADADDR ?= 0x40000
SCIFS = fs SCIFS = fs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment