From 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 7 Jul 2008 15:40:39 +0800 Subject: Remove code duplication for setting the default environment common/env_common.c (default_env): new function that resets the environment to the default value common/env_common.c (env_relocate): use default_env instead of own copy common/env_nand.c (env_relocate_spec): use default_env instead of own copy include/environment.h: added default_env prototype Signed-off-by: Werner Almesberger Signed-off-by: Harald Welte --- include/environment.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index dcb7c5a38..481ea733d 100644 --- a/include/environment.h +++ b/include/environment.h @@ -117,4 +117,7 @@ unsigned char env_get_char_memory (int index); /* Function that updates CRC of the enironment */ void env_crc_update (void); +/* [re]set to the default environment */ +void set_default_env(void); + #endif /* _ENVIRONMENT_H_ */ -- cgit v1.2.3