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>
This commit is contained in:
Simon Glass
2019-08-01 09:46:52 -06:00
committed by Tom Rini
parent 9fb625ce05
commit 7b51b576d6
129 changed files with 139 additions and 12 deletions

View File

@@ -19,6 +19,7 @@
#include <command.h>
#include <bios_emul.h>
#include <env.h>
#include <pci.h>
#include <asm/processor.h>
#include <linux/errno.h>

View File

@@ -65,6 +65,7 @@
*/
#include <common.h>
#include <env.h>
#include <fdtdec.h>
#include <gzip.h>
#include <version.h>

View File

@@ -12,6 +12,7 @@
#include <common.h>
#include <asm/io.h>
#include <env.h>
#include <pci.h>
#include <video_fb.h>
#include "videomodes.h"

View File

@@ -6,6 +6,7 @@
* HALE electronic GmbH, <helmut.raiger@hale.at>
*/
#include <common.h>
#include <env.h>
#include <malloc.h>
#include <video_fb.h>

View File

@@ -6,6 +6,7 @@
*/
#include <common.h>
#include <dm.h>
#include <env.h>
#include <linux/errno.h>
#include <malloc.h>
#include <video.h>

View File

@@ -58,6 +58,7 @@
#include <common.h>
#include <edid.h>
#include <env.h>
#include <errno.h>
#include <linux/ctype.h>