Home
last modified time | relevance | path

Searched refs:ENV_SIZE_VAL (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Denvironment.h149 #define ENV_SIZE_VAL CONFIG_ENV_NAND_SIZE macro
151 #define ENV_SIZE_VAL CONFIG_ENV_SIZE macro
153 #if defined(CONFIG_ENV_NOR_SIZE) && (ENV_SIZE_VAL < CONFIG_ENV_NOR_SIZE)
154 #undef ENV_SIZE_VAL
155 #define ENV_SIZE_VAL CONFIG_ENV_NOR_SIZE macro
160 #define ENV_SIZE ((ENV_SIZE_VAL - ENV_HEADER_SIZE) & ~(16 - 1))
162 #define ENV_SIZE (ENV_SIZE_VAL - ENV_HEADER_SIZE)