From def23217e4443a1bbe8d343aa6efef8ddf7f1d6b Mon Sep 17 00:00:00 2001
From: Patrice Bouchand <pbfwdlist@gmail.com>
Date: Sat, 15 Feb 2014 22:19:58 -0700
Subject: [PATCH] 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 <pbfwdlist@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
---
 include/configs/sandbox.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 04171bdfd6c..fa62cb6cd5b 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
-- 
GitLab