summaryrefslogtreecommitdiff
path: root/common/spl/spl_dfu.c
Commit message (Expand)AuthorAgeFilesLines
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move get/set_default_env() to env.hSimon Glass2019-08-111-1/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* spl: dfu: Fix printed variable nameMarek Vasut2019-06-141-1/+1
* env: common: accept flags on reset to default envYaniv Levinsky2018-07-191-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* spl: dfu: adding dfu support functions for SPL-DFUB, Ravi2016-09-271-0/+57