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:
@@ -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>
|
||||
|
@@ -65,6 +65,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <fdtdec.h>
|
||||
#include <gzip.h>
|
||||
#include <version.h>
|
||||
|
@@ -12,6 +12,7 @@
|
||||
#include <common.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
#include <env.h>
|
||||
#include <pci.h>
|
||||
#include <video_fb.h>
|
||||
#include "videomodes.h"
|
||||
|
@@ -6,6 +6,7 @@
|
||||
* HALE electronic GmbH, <helmut.raiger@hale.at>
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <malloc.h>
|
||||
#include <video_fb.h>
|
||||
|
||||
|
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <dm.h>
|
||||
#include <env.h>
|
||||
#include <linux/errno.h>
|
||||
#include <malloc.h>
|
||||
#include <video.h>
|
||||
|
@@ -58,6 +58,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <edid.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
#include <linux/ctype.h>
|
||||
|
||||
|
Reference in New Issue
Block a user