mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-20 21:51:20 +00: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:
parent
9fb625ce05
commit
7b51b576d6
129 changed files with 139 additions and 12 deletions
1
env/callback.c
vendored
1
env/callback.c
vendored
|
@ -5,6 +5,7 @@
|
|||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <env.h>
|
||||
#include <environment.h>
|
||||
|
||||
#if defined(CONFIG_NEEDS_MANUAL_RELOC)
|
||||
|
|
1
env/eeprom.c
vendored
1
env/eeprom.c
vendored
|
@ -9,6 +9,7 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <env.h>
|
||||
#include <environment.h>
|
||||
#include <linux/stddef.h>
|
||||
#if defined(CONFIG_I2C_ENV_EEPROM_BUS)
|
||||
|
|
1
env/nvram.c
vendored
1
env/nvram.c
vendored
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <env.h>
|
||||
#include <environment.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <search.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue