diff mbox

[U-Boot,v2,3/3] omap3: cm-t3517: change environment size

Message ID 1441787139-9082-1-git-send-email-lifshitz@compulab.co.il
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Dmitry Lifshitz Sept. 9, 2015, 8:25 a.m. UTC
Mainline CM-T3517 U-Boot environment size differs from that one
shipped with CM-T3517 boards.

Update environment size, to avoid backward compatibility issues.

Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
---

 Changes in v2:

    * Removed unjustified CONFIG_SYS_MALLOC_LEN change.

 include/configs/cm_t3517.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Igor Grinberg Sept. 9, 2015, 8:37 a.m. UTC | #1
On 09/09/15 11:25, Dmitry Lifshitz wrote:
> Mainline CM-T3517 U-Boot environment size differs from that one
> shipped with CM-T3517 boards.
> 
> Update environment size, to avoid backward compatibility issues.
> 
> Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>

Acked-by: Igor Grinberg <grinberg@compulab.co.il>

> ---
> 
>  Changes in v2:
> 
>     * Removed unjustified CONFIG_SYS_MALLOC_LEN change.
> 
>  include/configs/cm_t3517.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
> index 2d16799..fbc10dd 100644
> --- a/include/configs/cm_t3517.h
> +++ b/include/configs/cm_t3517.h
> @@ -66,7 +66,7 @@
>  /*
>   * Size of malloc() pool
>   */
> -#define CONFIG_ENV_SIZE		(16 << 10)	/* 16 KiB */
> +#define CONFIG_ENV_SIZE		(128 << 10)	/* 128 KiB */
>  #define CONFIG_SYS_MALLOC_LEN	(CONFIG_ENV_SIZE + (128 << 10))
>  
>  /*
>
Tom Rini Sept. 12, 2015, 12:52 p.m. UTC | #2
On Wed, Sep 09, 2015 at 11:25:39AM +0300, Dmitry Lifshitz wrote:

> Mainline CM-T3517 U-Boot environment size differs from that one
> shipped with CM-T3517 boards.
> 
> Update environment size, to avoid backward compatibility issues.
> 
> Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il>
> Acked-by: Igor Grinberg <grinberg@compulab.co.il>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h
index 2d16799..fbc10dd 100644
--- a/include/configs/cm_t3517.h
+++ b/include/configs/cm_t3517.h
@@ -66,7 +66,7 @@ 
 /*
  * Size of malloc() pool
  */
-#define CONFIG_ENV_SIZE		(16 << 10)	/* 16 KiB */
+#define CONFIG_ENV_SIZE		(128 << 10)	/* 128 KiB */
 #define CONFIG_SYS_MALLOC_LEN	(CONFIG_ENV_SIZE + (128 << 10))
 
 /*