diff options
Diffstat (limited to 'include/environment.h')
| -rw-r--r-- | include/environment.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/environment.h b/include/environment.h index b9924fd77..203f73196 100644 --- a/include/environment.h +++ b/include/environment.h @@ -122,6 +122,9 @@  #ifdef CONFIG_SYS_REDUNDAND_ENVIRONMENT  # define ENV_HEADER_SIZE	(sizeof(uint32_t) + 1) + +# define ACTIVE_FLAG   1 +# define OBSOLETE_FLAG 0  #else  # define ENV_HEADER_SIZE	(sizeof(uint32_t))  #endif |