aboutsummaryrefslogtreecommitdiff
path: root/include/bootcount.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bootcount.h')
-rw-r--r--include/bootcount.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/bootcount.h b/include/bootcount.h
index 8fa8cf82181..a26a3852338 100644
--- a/include/bootcount.h
+++ b/include/bootcount.h
@@ -127,10 +127,6 @@ static inline void bootcount_inc(void)
#endif /* !CONFIG_SPL_BUILD */
}
-#if defined(CONFIG_SPL_BUILD) && !defined(CONFIG_SPL_BOOTCOUNT_LIMIT)
-void bootcount_store(ulong a) {};
-ulong bootcount_load(void) { return 0; }
-#endif /* CONFIG_SPL_BUILD && !CONFIG_SPL_BOOTCOUNT_LIMIT */
#else
static inline int bootcount_error(void) { return 0; }
static inline void bootcount_inc(void) {}