From: Patrice Bouchand <pbfwdlist@gmail.com>
Date: Sun, 16 Feb 2014 05:19:58 +0000 (-0700)
Subject: sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h
X-Git-Tag: v2025.01-rc5-pxa1908~15433^2~39
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-logo.png?a=commitdiff_plain;h=def23217e4443a1bbe8d343aa6efef8ddf7f1d6b;p=u-boot.git

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>
---

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