Skip to content

Commit 4b61bb6

Browse files
mark-horvath-armgbrtth
authored andcommitted
Call mbed_tfm_init earlier
Change-Id: I0f45425058bf5cabbda877463ff1d8f4d713be8f Signed-off-by: Mark Horvath <mark.horvath@arm.com>
1 parent 43a581e commit 4b61bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/source/TARGET_CORTEX/mbed_boot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ void mbed_init(void)
9595
void mbed_start(void)
9696
{
9797
mbed_rtos_init_singleton_mutex();
98-
mbed_toolchain_init();
9998
mbed_tfm_init();
99+
mbed_toolchain_init();
100100
mbed_main();
101101
mbed_error_initialize();
102102
main();

0 commit comments

Comments
 (0)