summaryrefslogtreecommitdiff
path: root/env/flash.c
Commit message (Expand)AuthorAgeFilesLines
* env: allow flash and nand env driver to compile togetherRajesh Bhagat2018-12-041-6/+6
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* env: make env drivers propagate env_import return valueSimon Goldschmidt2018-02-011-3/+1
* env: Replace all open-coded gd->env_valid values with ENV_ flagsSimon Glass2017-08-201-2/+2
* env: Adjust the load() method to return an errorSimon Glass2017-08-161-1/+3
* env: Drop the env_name_spec globalSimon Glass2017-08-151-2/+1
* env: Switch over to use environment location driversSimon Glass2017-08-151-16/+18
* env: Create a location driver for each locationSimon Glass2017-08-151-4/+35
* env: Add an enum for environment stateSimon Glass2017-08-151-11/+11
* Move environment files from common/ to env/Simon Glass2017-08-151-0/+338