All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] omap3: cm-t3517: change environment size
Date: Wed, 9 Sep 2015 11:37:09 +0300	[thread overview]
Message-ID: <55EFEFB5.2000006@compulab.co.il> (raw)
In-Reply-To: <1441787139-9082-1-git-send-email-lifshitz@compulab.co.il>



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))
>  
>  /*
> 

-- 
Regards,
Igor.

  reply	other threads:[~2015-09-09  8:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08  6:49 [U-Boot] [PATCH 0/3] omap3: cm-t3517: series of non critical fixes Dmitry Lifshitz
2015-09-08  6:50 ` [U-Boot] [PATCH 1/3] omap3: cm-t3517: enable 'netretry' and setup timeout Dmitry Lifshitz
2015-09-08  8:39   ` Igor Grinberg
2015-09-12 12:52   ` [U-Boot] [U-Boot, " Tom Rini
2015-09-08  6:50 ` [U-Boot] [PATCH 2/3] omap3: cm-t3517: fix MMC1 pinmux Dmitry Lifshitz
2015-09-08  8:40   ` Igor Grinberg
2015-09-12 12:52   ` [U-Boot] [U-Boot,2/3] " Tom Rini
2015-09-08  6:50 ` [U-Boot] [PATCH 3/3] omap3: cm-t3517: change environment size Dmitry Lifshitz
2015-09-08  8:48   ` Igor Grinberg
2015-09-09  8:25   ` [U-Boot] [PATCH v2 " Dmitry Lifshitz
2015-09-09  8:37     ` Igor Grinberg [this message]
2015-09-12 12:52     ` [U-Boot] [U-Boot, v2, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55EFEFB5.2000006@compulab.co.il \
    --to=grinberg@compulab.co.il \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.