]> git.sur5r.net Git - u-boot/blobdiff - include/environment.h
arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
[u-boot] / include / environment.h
index 6f94986c6b3e0fca6c4954ed83fb0f9cf148cc78..d86230a2e927e311b4e44d44c3f9dae481e778f8 100644 (file)
@@ -224,6 +224,11 @@ int env_import(const char *buf, int check);
 /* Export from hash table into binary representation */
 int env_export(env_t *env_out);
 
+#ifdef CONFIG_SYS_REDUNDAND_ENVIRONMENT
+/* Select and import one of two redundant environments */
+int env_import_redund(const char *buf1, const char *buf2);
+#endif
+
 #endif /* DO_DEPS_ONLY */
 
 #endif /* _ENVIRONMENT_H_ */