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:
@@ -7,6 +7,7 @@
|
||||
#include <common.h>
|
||||
#include <bootretry.h>
|
||||
#include <cli.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
#include <watchdog.h>
|
||||
|
||||
|
@@ -12,6 +12,7 @@
|
||||
#include <cli.h>
|
||||
#include <cli_hush.h>
|
||||
#include <console.h>
|
||||
#include <env.h>
|
||||
#include <fdtdec.h>
|
||||
#include <malloc.h>
|
||||
|
||||
|
@@ -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 */
|
||||
|
@@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <mapmem.h>
|
||||
#include <stdio_dev.h>
|
||||
#include <linux/ctype.h>
|
||||
|
@@ -8,6 +8,7 @@
|
||||
|
||||
#ifndef USE_HOSTCC
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <watchdog.h>
|
||||
|
||||
#ifdef CONFIG_SHOW_BOOT_PROGRESS
|
||||
|
@@ -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>
|
||||
|
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <spl.h>
|
||||
#include <asm/u-boot.h>
|
||||
#include <fat.h>
|
||||
|
@@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <splash.h>
|
||||
#include <lcd.h>
|
||||
|
||||
|
@@ -7,6 +7,7 @@
|
||||
|
||||
#include <common.h>
|
||||
#include <bmp_layout.h>
|
||||
#include <env.h>
|
||||
#include <errno.h>
|
||||
#include <fs.h>
|
||||
#include <fdt_support.h>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user