]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add imls utility command
authorMarco Stornelli <marco.stornelli@gmail.com>
Tue, 28 Apr 2009 17:04:02 +0000 (19:04 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 15 May 2009 19:24:23 +0000 (21:24 +0200)
commitf578a2da6770951239ad91ee9a1875fdc71dbe48
tree887e755a2af1f5c8cf32e698a54fff6ac5d6f215
parentda95427ce431908714ae5e9f663ee6e2bc3bcc33
Add imls utility command

This patch adds, under tools folder, a new command called imls. Its
goal is the same of UBoot's imls but it can be used as Linux shell
command. It reads from raw mtd partition and prints the list of the
stored images.

Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
tools/imls/Makefile [new file with mode: 0644]
tools/imls/README [new file with mode: 0644]
tools/imls/imls.c [new file with mode: 0644]