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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -11,6 +11,7 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
#include <fastboot.h>
|
||||
#include <malloc.h>
|
||||
|
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
#include <malloc.h>
|
||||
#include <memalign.h>
|
||||
|
@@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <pci.h>
|
||||
#include <usb.h>
|
||||
#include <asm/io.h>
|
||||
|
Reference in New Issue
Block a user