1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

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

@@ -9,6 +9,7 @@
*/
#include <common.h>
#include <command.h>
#include <env.h>
#include <linux/compiler.h>
DECLARE_GLOBAL_DATA_PTR;

View File

@@ -11,6 +11,7 @@
#include <dm.h>
#include <efi_loader.h>
#include <efi_selftest.h>
#include <env.h>
#include <errno.h>
#include <linux/libfdt.h>
#include <linux/libfdt_env.h>

View File

@@ -10,6 +10,7 @@
#include <common.h>
#include <bootm.h>
#include <command.h>
#include <env.h>
#include <environment.h>
#include <errno.h>
#include <image.h>

View File

@@ -6,6 +6,7 @@
#include <common.h>
#include <command.h>
#include <ansi.h>
#include <env.h>
#include <menu.h>
#include <watchdog.h>
#include <malloc.h>

View File

@@ -9,6 +9,7 @@
*/
#include <common.h>
#include <command.h>
#include <env.h>
#include <fpga.h>
#include <fs.h>
#include <gzip.h>

View File

@@ -14,6 +14,7 @@
#include <common.h>
#include <config.h>
#include <command.h>
#include <env.h>
#include <mapmem.h>
#include <asm/io.h>

View File

@@ -7,6 +7,7 @@
#include <config.h>
#include <common.h>
#include <command.h>
#include <env.h>
#include <vsprintf.h>
#include <errno.h>
#include <dm.h>