]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h
authorPatrice Bouchand <pbfwdlist@gmail.com>
Sun, 16 Feb 2014 05:19:58 +0000 (22:19 -0700)
committerSimon 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

index 04171bdfd6c25ac6824c67cbe17b3cdc11cd13b6..fa62cb6cd5b26798aa0e135458a62b77cc832c15 100644 (file)
 
 #define CONFIG_TPM_TIS_SANDBOX
 
+#define CONFIG_CMD_LZMADEC
+
 #endif