Skip to content

Commit 3ef18c0

Browse files
nordicjmbjarki-andreasen
authored andcommitted
[nrf noup] kernel: banner: Make function weak
Makes the boot banner function weak, this resolves an issue when building with llext enabled which uses different build options than a normal zephyr build Signed-off-by: Jamie McCrae <[email protected]>
1 parent a0c8246 commit 3ef18c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/banner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#endif /* BUILD_VERSION */
2525
#endif /* !BANNER_VERSION */
2626

27-
void boot_banner(void)
27+
__weak void boot_banner(void)
2828
{
2929
#if defined(CONFIG_BOOT_DELAY) && (CONFIG_BOOT_DELAY > 0)
3030
#ifdef CONFIG_BOOT_BANNER

0 commit comments

Comments
 (0)