Searched refs:ENV_SIZE_VAL (Results 1 – 1 of 1) sorted by relevance
149 #define ENV_SIZE_VAL CONFIG_ENV_NAND_SIZE macro151 #define ENV_SIZE_VAL CONFIG_ENV_SIZE macro153 #if defined(CONFIG_ENV_NOR_SIZE) && (ENV_SIZE_VAL < CONFIG_ENV_NOR_SIZE)154 #undef ENV_SIZE_VAL155 #define ENV_SIZE_VAL CONFIG_ENV_NOR_SIZE macro160 #define ENV_SIZE ((ENV_SIZE_VAL - ENV_HEADER_SIZE) & ~(16 - 1))162 #define ENV_SIZE (ENV_SIZE_VAL - ENV_HEADER_SIZE)