aboutsummaryrefslogtreecommitdiff
path: root/src/include/fallback.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/fallback.h')
-rw-r--r--src/include/fallback.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/fallback.h b/src/include/fallback.h
index baf8684128..4af826616a 100644
--- a/src/include/fallback.h
+++ b/src/include/fallback.h
@@ -3,12 +3,7 @@
#ifndef ASSEMBLY
-#if CONFIG_HAVE_FALLBACK_BOOT == 1
void set_boot_successful(void);
-#else
-#define set_boot_successful()
-#endif
-
void boot_successful(void);
#endif /* ASSEMBLY */