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

2014-02-15 Thread Simon Glass
Hi Patrice, On 3 February 2014 00:51, Patrice B wrote: > Hello, > > As Simon Glass requested it, here's a patch that enables > CONFIG_CMD_LZMADEC in sandbox. > > Regards. > > Patrice FYI I have resent as version 2 to fix whitespace etc. I suspect your email program is doing something fu

[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