Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/env/
H A Denvf.c27 static ulong env_size, env_offset, env_offset_redund; variable
81 env_offset_redund = CONFIG_ENV_OFFSET_REDUND; in envf_init_location()
89 env_offset_redund = CONFIG_ENV_NAND_OFFSET_REDUND; in envf_init_location()
97 env_offset_redund = CONFIG_ENV_NOR_OFFSET_REDUND; in envf_init_location()
100 if (env_offset == env_offset_redund) in envf_init_location()
101 env_offset_redund = 0; in envf_init_location()
163 if (ret < 0 && env_offset_redund) in envf_read()
164 ret = env_read(desc, env_offset_redund, env_size, &env); in envf_read()
210 if (env_offset_redund) in envf_get_part_table()
212 env_offset_redund, env_offset_redund + env_size); in envf_get_part_table()
[all …]