warmboot: make remaining TODOs explicit

This commit is contained in:
Michael Scire 2018-12-18 16:02:49 -08:00
parent 95a9e1e215
commit 34c16e211f
3 changed files with 13 additions and 1 deletions

View file

@ -28,6 +28,10 @@ bool fuse_check_downgrade_status(void) {
return false;
}
void fuse_disable_programming(void) {
FUSE_REGS->FUSE_DIS_PGM = 1;
}
static fuse_bypass_data_t g_fuse_bypass_entries[NUM_FUSE_BYPASS_ENTRIES] = {
/* No entries here. */
};