commit | 0af6e2dbf17df5a5fc826f4039fedf6b3a4fce0e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:52 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 568a39b82f10fabc191cfe6da0fa6e17c251bd08 | |
parent | 5e6201bfdb701467cf6c57e2499fe3ed63b40c75 [diff] [blame] |
env: Move env_get() to env.h Move env_get() over to the new header file. Acked-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/itest.c b/cmd/itest.c index fd6f416..8b630d7 100644 --- a/cmd/itest.c +++ b/cmd/itest.c
@@ -14,6 +14,7 @@ #include <common.h> #include <config.h> #include <command.h> +#include <env.h> #include <mapmem.h> #include <asm/io.h>