From c62f62b0fccca951bdc91f3ab85f495fdcc0efb2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Aug 2019 09:47:02 -0600 Subject: env: Move env_reloc() to env.h Move env_reloc() over to the new header file. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- include/environment.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index ea45b576282..d23b92833e4 100644 --- a/include/environment.h +++ b/include/environment.h @@ -158,10 +158,6 @@ extern env_t environment; extern const unsigned char default_environment[]; -#if defined(CONFIG_NEEDS_MANUAL_RELOC) -extern void env_reloc(void); -#endif - #ifndef DO_DEPS_ONLY #include -- cgit v1.2.3