Re: [U-Boot] [PATCH 1/2] Add unlzma command

2012-08-17 Thread Mike Frysinger
On Friday 17 August 2012 16:59:43 Joe Hershberger wrote: > Provide access to the lzma decompressor from the command line. same feedback for this file as the unlzo command feedback -mike signature.asc Description: This is a digitally signed message part. __

[U-Boot] [PATCH 1/2] Add unlzma command

2012-08-17 Thread Joe Hershberger
Provide access to the lzma decompressor from the command line. Signed-off-by: Joe Hershberger --- common/Makefile | 3 +++ common/cmd_unlzma.c | 69 + 2 files changed, 72 insertions(+) create mode 100644 common/cmd_unlzma.c diff --git a/