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 a6d5582..c995882 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -131,4 +131,6 @@ #define CONFIG_TPM_TIS_SANDBOX +#define CONFIG_CMD_LZMADEC + #endif -- 2014-01-26 Simon Glass <s...@chromium.org>: > Hi Patrice, > > > On 24 January 2014 14:39, Tom Rini <tr...@ti.com> 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 done... >> > >> > Best regards. >> > >> > Patrice >> > >> > >> > Signed-off-by: Patrice Bouchand <pbfwdlist_gmail_com> > > >> >> >> The code looks fine, but we don't add code that isn't enabled anywhere. >> So unless Simon wants to pick this up for sandbox, I'm marking this as >> deferred in patchwork, thanks! >> > > It's fine to enable this in sandbox if you want to - just send a separate > patch to add the CONFIG to include/configs/sandbox.h, test it in sandbox > (make sandbox_config; make; ./u-boot) and Cc me. I will pick it up. > > Regards, > Simon > >> >> -- >> Tom > > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot