Skip to content

Commit db67302

Browse files
urutvaPatater
authored andcommitted
target: Add BL2 macro to MUSCA B target config
BL2 macro is used in `region_defs.h` to define the `BL2_HEADER_SIZE`. Without BL2 macro, `BL2_HEADER_SIZE` is set to 0. This leads to incorrect start address (Reset_Handler of Mbed OS) derived by TF-M based on `region_defs.h` and BL2 macro. BL2 macro is set for MUSCA B in TF-M. Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent e2af612 commit db67302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4799,7 +4799,8 @@
47994799
"MBED_FAULT_HANDLER_DISABLED",
48004800
"CMSIS_NVIC_VIRTUAL",
48014801
"LPTICKER_DELAY_TICKS=3",
4802-
"MBED_MPU_CUSTOM"
4802+
"MBED_MPU_CUSTOM",
4803+
"BL2"
48034804
],
48044805
"extra_labels_add": [
48054806
"MUSCA_B1_NS",

0 commit comments

Comments
 (0)