From f5e691180c2a773a9b1d38c2953c7923bc10e43a Mon Sep 17 00:00:00 2001
From: Hari Nagalla <hnagalla@ti.com>
Date: Sat, 12 Nov 2022 05:53:00 -0600
Subject: [PATCH] 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: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
---
 soc/j784s4/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soc/j784s4/Makefile b/soc/j784s4/Makefile
index 6168fbb..1193a8e 100644
--- a/soc/j784s4/Makefile
+++ b/soc/j784s4/Makefile
@@ -31,7 +31,7 @@
 #
 
 SBL_LOADADDDR ?= 0x41c00000
-COMBINED_TIFS_BRDCFG_LOADADDR ?= 0x67000
+COMBINED_TIFS_BRDCFG_LOADADDR ?= 0x66800
 COMBINED_DM_BRDCFG_LOADADDR ?= 0x41c80000
 LOADADDR ?= 0x40000
 SCIFS = fs
-- 
GitLab