bsps/arm: Simplify start.S

The boot_card() function does not return.
This commit is contained in:
Sebastian Huber
2018-11-21 07:48:23 +01:00
parent bde6ac2060
commit 945291312c
-12
View File
@@ -337,13 +337,6 @@ bsp_vector_table_copy_done:
mov r0, #0
bl boot_card
twiddle:
/* Branch to reset function */
bl bsp_reset
b twiddle
#elif defined(ARM_MULTILIB_ARCH_V7M)
#include <rtems/score/armv7m.h>
@@ -414,11 +407,6 @@ bsp_start_hook_0_done:
movs r0, #0
bl boot_card
twiddle:
bl bsp_reset
b twiddle
#endif /* defined(ARM_MULTILIB_ARCH_V7M) */
.set bsp_start_vector_table_size, bsp_start_vector_table_end - bsp_start_vector_table_begin