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

@@ -15,6 +15,7 @@
#include <command.h>
#include <dm.h>
#include <dm/root.h>
#include <env.h>
#include <image.h>
#include <u-boot/zlib.h>
#include <asm/byteorder.h>

View File

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
#include <env.h>
#include <linux/errno.h>
#include <asm/mach-imx/video.h>

View File

@@ -6,6 +6,7 @@
*/
#include <common.h>
#include <env.h>
#include <netdev.h>
#include <asm/cache.h>
#include <asm/io.h>

View File

@@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <u-boot/zlib.h>
#include <bzlib.h>

View File

@@ -9,6 +9,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <fdt_support.h>
#include <image.h>
#include <u-boot/zlib.h>

View File

@@ -7,6 +7,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <image.h>
#include <u-boot/zlib.h>
#include <asm/byteorder.h>

View File

@@ -6,6 +6,7 @@
#include <common.h>
#include <env.h>
#include <asm/processor.h>
#include <env.h>
#include <ioports.h>
#include <lmb.h>
#include <asm/io.h>

View File

@@ -8,6 +8,7 @@
#include <common.h>
#include <env.h>
#include <watchdog.h>
#include <command.h>
#include <image.h>

View File

@@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <u-boot/zlib.h>
#include <asm/byteorder.h>
#include <asm/addrspace.h>