Skip to content

Commit

Permalink
fixup! Extend ZSL for SMP
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelioli committed Dec 3, 2024
1 parent 7f2cc6b commit e653bd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sw/boot/zsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ int main(void) {
}

// Launch payload
printf("[ZSL] Launch firmware at %lx with device tree at %lx\r\n", __BOOT_ZSL_FW, __BOOT_ZSL_DTB);
printf("[ZSL] Launch firmware at %lx with device tree at %lx\r\n", __BOOT_ZSL_FW,
__BOOT_ZSL_DTB);
smp_resume();
}

Expand Down

0 comments on commit e653bd4

Please sign in to comment.