Skip to content

Commit f39d5fd

Browse files
RcColesadeaarm
authored andcommitted
RSE: Fix incorrect macro in TRAM setup
Macro was redefined, but this usage was missed as RSE_ENABLE_TRAM is not tested in CI Change-Id: I445f764e81475999d6f3c01b588da76c59132ecd Signed-off-by: Raef Coles <[email protected]>
1 parent d090f3c commit f39d5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/ext/target/arm/rse/common/device/source/startup_rse_bl1_1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ void Reset_Handler(void)
319319

320320
#ifdef RSE_ENABLE_TRAM
321321
/* Set MSP to be in VM0 to start with */
322-
__set_MSP(CM_PROVISIONING_BUNDLE_START);
322+
__set_MSP(PROVISIONING_MESSAGE_START);
323323
__set_MSPLIM(VM0_BASE_S);
324324

325325
setup_tram_encryption();

0 commit comments

Comments
 (0)