diff options
author | Simon Glass | 2019-11-14 12:57:18 -0700 |
---|---|---|
committer | Tom Rini | 2019-12-02 18:23:08 -0500 |
commit | f083583786913de7652312c137dd4fea5c2e291f (patch) | |
tree | 2435e9b887ed0ca4c607277656364e460533c185 /board | |
parent | c66044415989027c33876ff84491e148062dbf5c (diff) |
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 'board')
-rw-r--r-- | board/BuR/brppt1/board.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/BuR/brppt1/board.c b/board/BuR/brppt1/board.c index ef4f5c95014..e0d1707ac13 100644 --- a/board/BuR/brppt1/board.c +++ b/board/BuR/brppt1/board.c @@ -10,6 +10,7 @@ */ #include <common.h> +#include <bootcount.h> #include <env.h> #include <errno.h> #include <spl.h> |