1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 01:32:47 +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

@@ -7,6 +7,7 @@
#include <common.h>
#include <bootretry.h>
#include <cli.h>
#include <env.h>
#include <errno.h>
#include <watchdog.h>

View File

@@ -12,6 +12,7 @@
#include <cli.h>
#include <cli_hush.h>
#include <console.h>
#include <env.h>
#include <fdtdec.h>
#include <malloc.h>

View File

@@ -12,6 +12,7 @@
#include <bootretry.h>
#include <cli.h>
#include <console.h>
#include <env.h>
#include <linux/ctype.h>
#define DEBUG_PARSER 0 /* set to 1 to debug */

View File

@@ -7,6 +7,7 @@
*/
#include <common.h>
#include <env.h>
#include <mapmem.h>
#include <stdio_dev.h>
#include <linux/ctype.h>

View File

@@ -8,6 +8,7 @@
#ifndef USE_HOSTCC
#include <common.h>
#include <env.h>
#include <watchdog.h>
#ifdef CONFIG_SHOW_BOOT_PROGRESS

View File

@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
#include <common.h>
#include <env.h>
#include <spl.h>
#include <asm/u-boot.h>
#include <ext4fs.h>

View File

@@ -9,6 +9,7 @@
*/
#include <common.h>
#include <env.h>
#include <spl.h>
#include <asm/u-boot.h>
#include <fat.h>

View File

@@ -21,6 +21,7 @@
*/
#include <common.h>
#include <env.h>
#include <splash.h>
#include <lcd.h>

View File

@@ -7,6 +7,7 @@
#include <common.h>
#include <bmp_layout.h>
#include <env.h>
#include <errno.h>
#include <fs.h>
#include <fdt_support.h>

View File

@@ -24,6 +24,7 @@
#include <common.h>
#include <command.h>
#include <dm.h>
#include <env.h>
#include <errno.h>
#include <memalign.h>
#include <asm/processor.h>

View File

@@ -9,6 +9,7 @@
#include <common.h>
#include <console.h>
#include <dm.h>
#include <env.h>
#include <errno.h>
#include <malloc.h>
#include <memalign.h>