Searched refs:env_variable (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/reboot-mode/
H A Dreboot-mode-uclass.c35 ret = env_set(plat_data->env_variable,
39 plat_data->env_variable);
73 plat_data->env_variable = dev_read_string(dev, "u-boot,env-variable");
74 if (!plat_data->env_variable)
75 plat_data->env_variable = "reboot-mode";
112 if (!plat_data->env_variable)
113 plat_data->env_variable = "reboot-mode";
/u-boot/include/reboot-mode/
H A Dreboot-mode.h20 const char *env_variable; member in struct:reboot_mode_uclass_platdata

Completed in 89 milliseconds