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

@@ -10,6 +10,7 @@
#include <common.h>
#include <asm/io.h>
#include <env.h>
#include <usbdevice.h>
#include "ep0.h"
#include <usb/designware_udc.h>

View File

@@ -14,6 +14,7 @@
* (C) Copyright 2006 by Harald Welte <hwelte at hmw-consulting.de>
*/
#include <env.h>
#include <errno.h>
#include <common.h>
#include <malloc.h>

View File

@@ -11,6 +11,7 @@
*/
#include <config.h>
#include <common.h>
#include <env.h>
#include <errno.h>
#include <fastboot.h>
#include <malloc.h>

View File

@@ -6,6 +6,7 @@
*/
#include <config.h>
#include <common.h>
#include <env.h>
#include <errno.h>
#include <malloc.h>
#include <memalign.h>

View File

@@ -8,6 +8,7 @@
*/
#include <common.h>
#include <env.h>
#include <pci.h>
#include <usb.h>
#include <asm/io.h>