summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPatrice Bouchand <pbfwdlist@gmail.com>2014-02-15 22:19:58 -0700
committerSimon Glass <sjg@chromium.org>2014-03-22 14:47:30 -0600
commitdef23217e4443a1bbe8d343aa6efef8ddf7f1d6b (patch)
tree939f46e0f5cf7a7fb6e391b6c6266a3db6b12fc1 /include
parent5527f832c0c607d61abc58ab006a91aebb4b64f3 (diff)
downloadtalos-obmc-uboot-def23217e4443a1bbe8d343aa6efef8ddf7f1d6b.tar.gz
talos-obmc-uboot-def23217e4443a1bbe8d343aa6efef8ddf7f1d6b.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h2
1 files changed, 2 insertions, 0 deletions
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
OpenPOWER on IntegriCloud