diff mbox

[U-Boot] sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h

Message ID CALPAzDOXGL+fbPkrbiZp0OzOdCK_CranFpqiZCDf04XzYpwN=w@mail.gmail.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Patrice B Feb. 3, 2014, 7:51 a.m. UTC
Hello,

 As Simon Glass requested it, here's a patch that enables
CONFIG_CMD_LZMADEC in sandbox.

  Regards.

     Patrice

Signed-off-by: Patrice Bouchand <pbfwdlist_gmail_com>

---
 include/configs/sandbox.h | 2 ++
 1 file changed, 2 insertions(+)

--

Comments

Simon Glass Feb. 16, 2014, 5:20 a.m. UTC | #1
Hi Patrice,

On 3 February 2014 00:51, Patrice B <pbfwdlist@gmail.com> wrote:
> Hello,
>
>  As Simon Glass requested it, here's a patch that enables
> CONFIG_CMD_LZMADEC in sandbox.
>
>   Regards.
>
>      Patrice


FYI I have resent as version 2 to fix whitespace etc. I suspect your
email program is doing something funny with the patches.

Regards,
Simon

>
> Signed-off-by: Patrice Bouchand <pbfwdlist_gmail_com>
>
> ---
>  include/configs/sandbox.h | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
> index a6d5582..c995882 100644
> --- a/include/configs/sandbox.h
> +++ b/include/configs/sandbox.h
> @@ -131,4 +131,6 @@
>
>  #define CONFIG_TPM_TIS_SANDBOX
>
> +#define CONFIG_CMD_LZMADEC
> +
>  #endif
> --
diff mbox

Patch

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index a6d5582..c995882 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -131,4 +131,6 @@ 

 #define CONFIG_TPM_TIS_SANDBOX

+#define CONFIG_CMD_LZMADEC
+
 #endif