fix solo locked flag for bootloader
This commit is contained in:
parent
c0df8b680d
commit
a1a79b05fd
@ -64,4 +64,9 @@ int is_authorized_to_boot();
|
|||||||
int is_bootloader_disabled();
|
int is_bootloader_disabled();
|
||||||
void bootloader_heartbeat();
|
void bootloader_heartbeat();
|
||||||
|
|
||||||
|
// Return 1 if Solo is secure/locked.
|
||||||
|
int solo_is_locked();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -83,6 +83,4 @@ int solo_is_locked();
|
|||||||
#define SKIP_BUTTON_CHECK_WITH_DELAY 0
|
#define SKIP_BUTTON_CHECK_WITH_DELAY 0
|
||||||
#define SKIP_BUTTON_CHECK_FAST 0
|
#define SKIP_BUTTON_CHECK_FAST 0
|
||||||
|
|
||||||
#define SOLO_FLAG_LOCKED 0x2
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
#define LOW_FREQUENCY 1
|
#define LOW_FREQUENCY 1
|
||||||
#define HIGH_FREQUENCY 0
|
#define HIGH_FREQUENCY 0
|
||||||
|
|
||||||
|
#define SOLO_FLAG_LOCKED 0x2
|
||||||
|
|
||||||
void wait_for_usb_tether(void);
|
void wait_for_usb_tether(void);
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
#include "flash.h"
|
#include "flash.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "device.h"
|
#include "device.h"
|
||||||
#include "app.h"
|
|
||||||
|
|
||||||
static void flash_lock(void)
|
static void flash_lock(void)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user