Skip to content

Commit c99e023

Browse files
committed
chore: Change the displayed module name
1 parent 253cd1f commit c99e023

File tree

1 file changed

+2
-2
lines changed
  • applications/bootloader

1 file changed

+2
-2
lines changed

applications/bootloader/app.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "app.h"
66
#include <base64.h>
77

8-
#define MODULE_NAME "bootloader"
8+
#define MODULE_NAME "bl"
99

1010

1111
/* String representation of bootloader states. Ordering must be the same
@@ -62,7 +62,7 @@ static app_ret_t bl_step(App *self) {
6262
bl_set_state(self, BL_STATE_ALL_FAILED);
6363
break;
6464
}
65-
65+
6666
if (chainloader_check_signature(&self->chainloader, pubkey) == CHAINLOADER_RET_OK) {
6767
bl_set_state(self, BL_STATE_BOOT);
6868
} else {

0 commit comments

Comments
 (0)