summaryrefslogtreecommitdiff
path: root/common/spl/spl_dfu.c
Commit message (Expand)AuthorAgeFilesLines
* 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