aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:18 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:23:08 -0500
commitf083583786913de7652312c137dd4fea5c2e291f (patch)
tree2435e9b887ed0ca4c607277656364e460533c185 /include/common.h
parentc66044415989027c33876ff84491e148062dbf5c (diff)
downloadu-boot-f083583786913de7652312c137dd4fea5c2e291f.zip
u-boot-f083583786913de7652312c137dd4fea5c2e291f.tar.gz
u-boot-f083583786913de7652312c137dd4fea5c2e291f.tar.bz2
common: Move bootcount functions to their header file
These don't need to be in common.h so move them out. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/common.h b/include/common.h
index 9c454fb..97b6611 100644
--- a/include/common.h
+++ b/include/common.h
@@ -266,10 +266,6 @@ unsigned long timer_get_us(void);
void enable_interrupts (void);
int disable_interrupts (void);
-/* $(CPU)/.../commproc.c */
-void bootcount_store (ulong);
-ulong bootcount_load (void);
-
/* $(CPU)/.../<eth> */
void mii_init (void);