projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5527f83
)
sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h
author
Patrice Bouchand
<pbfwdlist@gmail.com>
Sun, 16 Feb 2014 05:19:58 +0000
(22:19 -0700)
committer
Simon Glass
<sjg@chromium.org>
Sat, 22 Mar 2014 20:47:30 +0000
(14:47 -0600)
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
patch
|
blob
|
history
diff --git
a/include/configs/sandbox.h
b/include/configs/sandbox.h
index 04171bdfd6c25ac6824c67cbe17b3cdc11cd13b6..fa62cb6cd5b26798aa0e135458a62b77cc832c15 100644
(file)
--- a/
include/configs/sandbox.h
+++ b/
include/configs/sandbox.h
@@
-169,4
+169,6
@@
#define CONFIG_TPM_TIS_SANDBOX
+#define CONFIG_CMD_LZMADEC
+
#endif