Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/env/
H A Denvf.c33 static ulong env_size, env_offset, env_offset_redund; variable
85 env_offset = CONFIG_ENV_OFFSET; in envf_init_location()
93 env_offset = CONFIG_ENV_NAND_OFFSET; in envf_init_location()
101 env_offset = CONFIG_ENV_NOR_OFFSET; in envf_init_location()
105 if (env_offset == env_offset_redund) in envf_init_location()
164 !env_offset && can_find_pmbr(desc)) { in envf_read()
165 env_offset = 512; in envf_read()
169 ret = env_read(desc, env_offset, env_size, &env); in envf_read()
226 ENVF_MSG("Primary 0x%08lx - 0x%08lx\n", env_offset, env_offset + env_size); in envf_get()
322 if (blk_dwrite(desc, BLK_CNT(desc, env_offset), in envf_save()
H A Dsf.c41 static ulong env_offset = CONFIG_ENV_OFFSET; variable
103 env_offset = CONFIG_ENV_OFFSET; in env_sf_save()
106 env_offset = CONFIG_ENV_OFFSET_REDUND; in env_sf_save()
146 ret = spi_flash_write(env_flash, env_offset + offsetof(env_t, flags), in env_sf_save()
H A Dembedded.c95 GEN_ABS(env_offset, CONFIG_ENV_OFFSET);
/rk3399_rockchip-uboot/include/configs/
H A Damcore.h82 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5249EVB.h79 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5253EVBE.h33 . = DEFINED(env_offset) ? env_offset : .; \
H A Dcobra5272.h105 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5208EVBE.h155 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5275EVB.h43 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5282EVB.h34 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5272C3.h42 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5329EVB.h179 . = DEFINED(env_offset) ? env_offset : .; \
H A DM53017EVB.h176 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5235EVB.h169 . = DEFINED(env_offset) ? env_offset : .; \
H A Dastro_mcf5373l.h289 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5373EVB.h179 . = DEFINED(env_offset) ? env_offset : .; \
H A DM5253DEMO.h32 . = DEFINED(env_offset) ? env_offset : .; \
/rk3399_rockchip-uboot/board/freescale/mx31ads/
H A Du-boot.lds32 . = DEFINED(env_offset) ? env_offset : .;