HomeSort by relevance Sort by last modified time
    Searched refs:write_env (Results 1 - 2 of 2) sorted by null

  /external/u-boot/env/
sata.c 32 static inline int write_env(struct blk_desc *sata, unsigned long size, function
68 if (write_env(sata, CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET, &env_new)) {
mmc.c 185 static inline int write_env(struct mmc *mmc, unsigned long size, function
229 if (write_env(mmc, CONFIG_ENV_SIZE, offset, (u_char *)env_new)) {

Completed in 1123 milliseconds