summaryrefslogtreecommitdiff
path: root/env/flash.c
AgeCommit message (Expand)Author
2017-08-20env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass
2017-08-16env: Adjust the load() method to return an errorSimon Glass
2017-08-15env: Drop the env_name_spec globalSimon Glass
2017-08-15env: Switch over to use environment location driversSimon Glass
2017-08-15env: Create a location driver for each locationSimon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-08-15Move environment files from common/ to env/Simon Glass