Searched refs:write_env (Results 1 – 2 of 2) sorted by relevance
| /openbmc/u-boot/env/ |
| H A D | sata.c | 32 static inline int write_env(struct blk_desc *sata, unsigned long size, in write_env() function 68 if (write_env(sata, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, (u_char *)env_new)) { in env_sata_save()
|
| H A D | mmc.c | 185 static inline int write_env(struct mmc *mmc, unsigned long size, in write_env() function 229 if (write_env(mmc, CONFIG_ENV_SIZE, offset, (u_char *)env_new)) { in env_mmc_save()
|