power: imx8-power-domain: Set DM_FLAG_DEFAULT_PD_CTRL_OFF flag
[oweals/u-boot.git] / env / remote.c
index 55faa1e5d0e8d2f9a0ed1563e1e826f094a5d3b8..e3f0608b16beb02785f6e649c19001005e1e9430 100644 (file)
@@ -9,11 +9,12 @@
 #include <command.h>
 #include <env_internal.h>
 #include <linux/stddef.h>
+#include <u-boot/crc.h>
 
 #ifdef ENV_IS_EMBEDDED
-env_t *env_ptr = &environment;
+static env_t *env_ptr = &environment;
 #else /* ! ENV_IS_EMBEDDED */
-env_t *env_ptr = (env_t *)CONFIG_ENV_ADDR;
+static env_t *env_ptr = (env_t *)CONFIG_ENV_ADDR;
 #endif /* ENV_IS_EMBEDDED */
 
 DECLARE_GLOBAL_DATA_PTR;