From: Patrice Bouchand Date: Sun, 16 Feb 2014 05:19:58 +0000 (-0700) Subject: sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h X-Git-Tag: v2014.04-rc3~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=def23217e4443a1bbe8d343aa6efef8ddf7f1d6b;p=oweals%2Fu-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 Signed-off-by: Simon Glass --- 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