commit | db22961346184fa453aec8b87e4d09e77f37d9bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:42 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 9da3c6373e1f03e9d83aae9e68c4eac0afbdd173 | |
parent | 2d85a752b486c23f7a574a81cc50c7affe41a62f [diff] [blame] |
env: Move env_get_f() to env.h Move this function over to the new header file. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/board/socrates/socrates.c b/board/socrates/socrates.c index ff465a8..da9ae5b 100644 --- a/board/socrates/socrates.c +++ b/board/socrates/socrates.c
@@ -11,6 +11,7 @@ */ #include <common.h> +#include <env.h> #include <pci.h> #include <asm/processor.h> #include <asm/immap_85xx.h>