Move Secure Boot to another branch.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2025-12-09 21:37:26 +01:00
parent 7583ecff18
commit 8cb2484aa3
3 changed files with 2 additions and 80 deletions

View File

@@ -44,7 +44,6 @@ 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;