[U-Boot] [PATCH] sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h
Patrice B
pbfwdlist at gmail.com
Mon Feb 3 08:51:53 CET 2014
Hello,
As Simon Glass requested it, here's a patch that enables
CONFIG_CMD_LZMADEC in sandbox.
Regards.
Patrice
Signed-off-by: Patrice Bouchand <pbfwdlist_gmail_com>
---
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
--
More information about the U-Boot
mailing list