Revert "Move Secure Boot to another branch."

This reverts commit 8cb2484aa3.
This commit is contained in:
Pol Henarejos
2025-12-11 15:42:21 +01:00
parent 8cb2484aa3
commit d86371bb2c
3 changed files with 80 additions and 2 deletions

View File

@@ -44,6 +44,7 @@ extern int otp_write_data_raw(uint16_t row, const uint8_t *data, uint16_t len);
#endif
extern int otp_enable_secure_boot(uint8_t bootkey, bool secure_lock);
extern void init_otp_files();
extern const uint8_t *otp_key_1;