1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

env: Move env_init() to env.h

Move env_init() over to the new header file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
Simon Glass
2019-08-01 09:46:43 -06:00
committed by Tom Rini
parent 3a7d55716d
commit 4bfd1f5d62
19 changed files with 27 additions and 1 deletions

1
env/env.c vendored
View File

@@ -5,6 +5,7 @@
*/
#include <common.h>
#include <env.h>
#include <environment.h>
DECLARE_GLOBAL_DATA_PTR;