summaryrefslogtreecommitdiff
path: root/cmd/mtdparts.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-26mtdparts: Fix uninitialized scalar usageTom Rini1-0/+1
2017-08-26mtdparts: Fix final outstanding issue reported by CoverityTom Rini1-2/+2
2017-08-20mtdparts: Fix various issues reported by CoverityTom Rini1-15/+18
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-3/+3
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-5/+5
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-13/+13
2017-06-12cmd: mtdparts: fix uninitialized variable warningLothar Waßmann1-1/+1
2017-04-07cmd: Add Kconfig option for CMD_MTDPARTS and related optionsMaxime Ripard1-0/+8
2016-07-25mtd: fix compiler warningsSteve Rae1-2/+2
2016-07-22cmd: mtdparts: support runtime generated mtdpartsLadislav Michl1-9/+12
2016-07-22cmd: mtdparts: use defaults by defaultLadislav Michl1-6/+16
2016-07-22cmd: mtdparts: consolidate mtdparts reading from envLadislav Michl1-22/+20
2016-07-22cmd: mtdparts: fix null pointer dereference in parse_mtdpartsLadislav Michl1-10/+13
2016-07-22cmd: mtdparts: fix mtdparts variable presence confusion in mtdparts_initLadislav Michl1-4/+6
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+2106