
Dear Marco,
In message 49F73702.1080004@gmail.com you wrote:
From: Marco Stornelli marco.stornelli@gmail.com
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
Changes from v5:
- Swapped 'c' with 's' option
tools/imls/Makefile | 106 ++++++++++++++++++++ tools/imls/README | 57 +++++++++++ tools/imls/imls.c | 270 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 433 insertions(+), 0 deletions(-) create mode 100644 tools/imls/Makefile create mode 100644 tools/imls/README create mode 100644 tools/imls/imls.c
Applie, thanks, but:
/home/wd/git/u-boot/work/.git/rebase-apply/patch:269: trailing whitespace. if (--argc <= 0) /home/wd/git/u-boot/work/.git/rebase-apply/patch:313: trailing whitespace. fprintf(stderr, "%s: Unsupported flash type %u\n", /home/wd/git/u-boot/work/.git/rebase-apply/patch:370: trailing whitespace. } /home/wd/git/u-boot/work/.git/rebase-apply/patch:437: trailing whitespace.
warning: 4 lines applied after fixing whitespace errors.
Please pay attention to the coding style!
Best regards,
Wolfgang Denk