Explorar o código

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>
Patrice Bouchand %!s(int64=11) %!d(string=hai) anos
pai
achega
def23217e4
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/configs/sandbox.h

+ 2 - 0
include/configs/sandbox.h

@@ -169,4 +169,6 @@
 
 #define CONFIG_TPM_TIS_SANDBOX
 
+#define CONFIG_CMD_LZMADEC
+
 #endif