[U-Boot] [PATCH] sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h

2014-02-02 Thread Patrice B
Hello, As Simon Glass requested it, here's a patch that enables CONFIG_CMD_LZMADEC in sandbox. Regards. Patrice Signed-off-by: Patrice Bouchand --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h in

Re: [U-Boot] [PATCH] Add lzmadec command

2014-01-28 Thread Patrice B
;> >> On Thu, Dec 19, 2013 at 11:10:24AM +0100, Patrice B wrote: >> >> > Hi, >> > >> > I needed to be able to uncompress lzma files. I did this command >> > based on unzip command and propose it if it could help. Hopping the >> &g

[U-Boot] [PATCH] Add lzmadec command

2013-12-19 Thread Patrice B
Hi, I needed to be able to uncompress lzma files. I did this command based on unzip command and propose it if it could help. Hopping the patch is correctly done... Best regards. Patrice Signed-off-by: Patrice Bouchand --- common/Makefile | 3 +++ common/cmd_lzmadec.c | 54 ++