summaryrefslogtreecommitdiff
path: root/common/cmd_ubifs.c
Commit message (Collapse)AuthorAgeLines
* more command usage cleanupMike Frysinger2009-04-04-3/+3
| | | | | | Fix up a few dangling commands like in "Command usage cleanup" commit. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* UBIFS: Add UBIFS commandsStefan Roese2009-03-20-0/+132
This patchset adds these UBIFS related commands: - ubifsmount Mount an UBIFS volume - ubifsls List a directory of the mounted UBIFS volume - ubifsload Load a file from the mounted UBIFS volume to memory Signed-off-by: Stefan Roese <sr@denx.de>