From 4bfd1f5d626778dd17f9827e5c462cc2697e0e90 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Aug 2019 09:46:43 -0600 Subject: env: Move env_init() to env.h Move env_init() over to the new header file. Signed-off-by: Simon Glass Acked-by: Joe Hershberger --- board/ti/am57xx/board.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/ti/am57xx/board.c') diff --git a/board/ti/am57xx/board.c b/board/ti/am57xx/board.c index 1a903f13a6b..0dacfd43277 100644 --- a/board/ti/am57xx/board.c +++ b/board/ti/am57xx/board.c @@ -8,6 +8,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3