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