summaryrefslogtreecommitdiff
path: root/common/spl/spl_dfu.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-14spl: dfu: Fix printed variable nameMarek Vasut1-1/+1
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-09-28spl: dfu: adding dfu support functions for SPL-DFUB, Ravi1-0/+57