1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-04 10:12:14 +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

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
#include <env.h>
#include <malloc.h>
#include <net.h>
#include <netdev.h>

View File

@@ -3,6 +3,7 @@
* Copyright 2016 Freescale Semiconductor, Inc.
*/
#include <asm/io.h>
#include <env.h>
#include <fsl_qe.h> /* For struct qe_firmware */
#ifdef CONFIG_SYS_DPAA_FMAN

View File

@@ -5,6 +5,7 @@
* Copyright 2017-2018 NXP
*/
#include <common.h>
#include <env.h>
#include <errno.h>
#include <linux/bug.h>
#include <asm/io.h>

View File

@@ -8,6 +8,7 @@
*/
#include <common.h>
#include <env.h>
#include <environment.h>
#include <malloc.h>
#include <command.h>

View File

@@ -8,6 +8,7 @@
#include <config.h>
#include <common.h>
#include <env.h>
#include <malloc.h>
#include <net.h>
#include <linux/io.h>

View File

@@ -8,6 +8,7 @@
*/
#include <common.h>
#include <env.h>
#include <environment.h>
#include <malloc.h>

View File

@@ -10,6 +10,7 @@
*/
#include <common.h>
#include <dm.h>
#include <env.h>
#include <errno.h>
#include <micrel.h>
#include <phy.h>

View File

@@ -10,6 +10,7 @@
#include <config.h>
#include <common.h>
#include <env.h>
#include <environment.h>
#include <malloc.h>
#include <net.h>