summaryrefslogtreecommitdiffstats
path: root/env/env.c
Commit message (Expand)AuthorAgeFilesLines
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-3/+1
* env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-201-1/+1
* env: Allow env_load() to detect errorsSimon Glass2017-08-201-1/+1
* env: Correct case of no sub-init functionTom Rini2017-08-201-1/+1
* env: Drop saveenv() in favour of env_save()Simon Glass2017-08-151-6/+0
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-5/+0
* env: Drop env_get_char_spec()Simon Glass2017-08-151-6/+3
* env: Drop env_init_new()Simon Glass2017-08-151-5/+1
* env: Drop the env_name_spec globalSimon Glass2017-08-151-1/+1
* env: Drop common init() functionsSimon Glass2017-08-151-5/+9
* env: Switch over to use environment location driversSimon Glass2017-08-151-0/+20
* env: Add a new implementation of environment accessSimon Glass2017-08-151-0/+145