public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sergiy Kibrik <sergiy.kibrik@globallogic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] OMAP4: quick image loading & memory init on Pandaboard
Date: Fri, 19 Nov 2010 14:09:29 +0200	[thread overview]
Message-ID: <4CE668F9.8040002@globallogic.com> (raw)
In-Reply-To: <4CD7FD26.4000900@globallogic.com>

On 11/08/2010 03:37 PM, Sergiy Kibrik wrote:
> Improved default config for OMAP4 Pandaboard for faster boot:
> 	-reduced environment size to speed up memory initialization;
> 	-tweaked blob load address to avoid image relocation (according to default uImage load address);
> 
> Signed-off-by: Sergiy Kibrik <sergiy.kibrik@globallogic.com>
> ---
>  include/configs/omap4_panda.h |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
> index 74defab..1a87acf 100644
> --- a/include/configs/omap4_panda.h
> +++ b/include/configs/omap4_panda.h
> @@ -62,10 +62,10 @@
>  
>  /*
>   * Size of malloc() pool
> - * Total Size Environment - 256k
> + * Total Size Environment - 16k
>   * Malloc - add 256k
>   */
> -#define CONFIG_ENV_SIZE			(256 << 10)
> +#define CONFIG_ENV_SIZE			(16 << 10)
>  #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + (256 << 10))
>  						/* initial data */
>  /* Vector Base */
> @@ -146,7 +146,7 @@
>  #define CONFIG_ENV_OVERWRITE
>  
>  #define CONFIG_EXTRA_ENV_SETTINGS \
> -	"loadaddr=0x82000000\0" \
> +	"loadaddr=0x80007FC0\0" \
>  	"console=ttyS2,115200n8\0" \
>  	"usbtty=cdc_acm\0" \
>  	"vram=16M\0" \


Ping?

      reply	other threads:[~2010-11-19 12:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-05 16:57 [U-Boot] [PATCH] OMAP4: quick image loading & memory init on Pandaboard Sergiy Kibrik
2010-11-07 21:36 ` Wolfgang Denk
2010-11-08 13:35   ` Sergiy Kibrik
2010-11-08 13:37     ` Sergiy Kibrik
2010-11-19 12:09       ` Sergiy Kibrik [this message]

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=4CE668F9.8040002@globallogic.com \
    --to=sergiy.kibrik@globallogic.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox