Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Denvironment.h202 ENVOP_SAVE, /* we want to call the save function */ enumerator
/openbmc/u-boot/env/
H A Denv.c233 drv = env_driver_lookup(ENVOP_SAVE, gd->env_load_prio); in env_save()