We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a3d18 commit c3950c6Copy full SHA for c3950c6
boot/zephyr/firmware_loader_bm.c
@@ -257,7 +257,7 @@ boot_go(struct boot_rsp *rsp)
257
} else if (boot_firmware_loader == true && softdevice_image_valid == true &&
258
firmware_loader_image_valid == true) {
259
/* Boot firmware loader */
260
- BOOT_LOG_INF("Bootinf firmware loader");
+ BOOT_LOG_INF("Booting firmware loader");
261
rsp->br_image_off = flash_area_get_off(&fa_firmware_loader);
262
rsp->br_hdr = &hdr_firmware_loader;
263
} else if (app_installer_image_valid == true && softdevice_image_valid == true) {
0 commit comments