Skip to content

Commit 7f5b85e

Browse files
mark-horvath-armgbrtth
authored andcommitted
Call mbed_tfm_init earlier
Change-Id: I2a7b33cd2254a79986f0318a7099232487c0a42a Signed-off-by: Mark Horvath <mark.horvath@arm.com>
1 parent 4b3e9e3 commit 7f5b85e

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)