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

2014-01-31 Thread Simon Glass
Hi Patrice, On 28 January 2014 01:17, Patrice B wrote: > Hello, > > Here's the patch that enables lzmadec command in sandbox. Should I > send it as a new thread or is it fine like that ? Yes I think you should send it as a new thread when its own commit subject. Regards, Simon > > Regards

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

2014-01-28 Thread Patrice B
Hello, Here's the patch that enables lzmadec command in sandbox. Should I send it as a new thread or is it fine like that ? Regards Patrice --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index a

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

2014-01-26 Thread Simon Glass
Hi Patrice, On 24 January 2014 14:39, Tom Rini wrote: > 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 > > patch is correctly d

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

2014-01-24 Thread Tom Rini
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 > patch is correctly done... > > Best regards. > >Patrice > > > Signed-off-by:

[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 ++