Skip to content

Commit c3950c6

Browse files
nordicjmnvlsianpu
authored andcommitted
[nrf noup] boot: zephyr: Fix typo in bm console output
nrf-squash! [nrf noup] boot: zephyr: Add bm firmware loader code Fixes a small typo Signed-off-by: Jamie McCrae <[email protected]>
1 parent 78a3d18 commit c3950c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/firmware_loader_bm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ boot_go(struct boot_rsp *rsp)
257257
} else if (boot_firmware_loader == true && softdevice_image_valid == true &&
258258
firmware_loader_image_valid == true) {
259259
/* Boot firmware loader */
260-
BOOT_LOG_INF("Bootinf firmware loader");
260+
BOOT_LOG_INF("Booting firmware loader");
261261
rsp->br_image_off = flash_area_get_off(&fa_firmware_loader);
262262
rsp->br_hdr = &hdr_firmware_loader;
263263
} else if (app_installer_image_valid == true && softdevice_image_valid == true) {

0 commit comments

Comments
 (0)