Searched refs:env_offset (Results 1 – 18 of 18) sorted by relevance
| /rk3399_rockchip-uboot/env/ |
| H A D | envf.c | 33 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 D | sf.c | 41 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 D | embedded.c | 95 GEN_ABS(env_offset, CONFIG_ENV_OFFSET);
|
| /rk3399_rockchip-uboot/include/configs/ |
| H A D | amcore.h | 82 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5249EVB.h | 79 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5253EVBE.h | 33 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | cobra5272.h | 105 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5208EVBE.h | 155 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5275EVB.h | 43 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5282EVB.h | 34 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5272C3.h | 42 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5329EVB.h | 179 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M53017EVB.h | 176 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5235EVB.h | 169 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | astro_mcf5373l.h | 289 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5373EVB.h | 179 . = DEFINED(env_offset) ? env_offset : .; \
|
| H A D | M5253DEMO.h | 32 . = DEFINED(env_offset) ? env_offset : .; \
|
| /rk3399_rockchip-uboot/board/freescale/mx31ads/ |
| H A D | u-boot.lds | 32 . = DEFINED(env_offset) ? env_offset : .;
|