From def23217e4443a1bbe8d343aa6efef8ddf7f1d6b Mon Sep 17 00:00:00 2001 From: Patrice Bouchand Date: Sat, 15 Feb 2014 22:19:58 -0700 Subject: sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h As Simon Glass requested it, here's a patch that enables CONFIG_CMD_LZMADEC in sandbox. Signed-off-by: Patrice Bouchand Signed-off-by: Simon Glass --- include/configs/sandbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 04171bdfd6..fa62cb6cd5 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -169,4 +169,6 @@ #define CONFIG_TPM_TIS_SANDBOX +#define CONFIG_CMD_LZMADEC + #endif -- cgit v1.2.1