env: Move env_relocate() to env.h

Move env_relocate() 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:44 -06:00
committed by Tom Rini
parent 4bfd1f5d62
commit 3f989e7b0e
4 changed files with 10 additions and 1 deletions

1
env/common.c vendored
View File

@@ -9,6 +9,7 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <environment.h>
#include <linux/stddef.h>
#include <search.h>