
16 Feb
2014
16 Feb
'14
6:19 a.m.
From: Patrice Bouchand pbfwdlist@gmail.com
As Simon Glass requested it, here's a patch that enables CONFIG_CMD_LZMADEC in sandbox.
Signed-off-by: Patrice Bouchand pbfwdlist@gmail.com Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: - Modify commit message to remove greetings
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
--
1.9.0.rc1.175.g0b1dcb5