Skip to content

Commit 5df009f

Browse files
Update subsys/bootloader/bl_boot/bl_boot.c
Co-authored-by: Jamie <[email protected]>
1 parent 145bcf7 commit 5df009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bootloader/bl_boot/bl_boot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static void __ramfunc jump_in(uint32_t reset)
109109
" dsb\n"
110110
#ifdef CONFIG_SB_INFINITE_LOOP_AFTER_RAM_CLEANUP
111111
" b clear_end\n"
112-
#endif /*CONFIG_SB_INFINITE_LOOP_AFTER_RAM_CLEANUP */
112+
#endif /* CONFIG_SB_INFINITE_LOOP_AFTER_RAM_CLEANUP */
113113
#endif /* CONFIG_SB_CLEANUP_RAM */
114114

115115
#ifdef CONFIG_SB_DISABLE_SELF_RWX

0 commit comments

Comments
 (0)