mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
env: Rename environment.h to env_internal.h
This file contains lots of internal details about the environment. Most code can include env.h instead, calling the functions there as needed. Rename this file and add a comment at the top to indicate its internal nature. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> [trini: Fixup apalis-tk1.c] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
e7dcf5645f
commit
f3998fdc4d
75 changed files with 85 additions and 77 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <charset.h>
|
||||
#include <efi_loader.h>
|
||||
#include <hexdump.h>
|
||||
#include <environment.h>
|
||||
#include <env_internal.h>
|
||||
#include <search.h>
|
||||
#include <uuid.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue