All of lore.kernel.org
 help / color / mirror / Atom feed
From: york sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] board: ls2085aqds: Update kernel_size env variable
Date: Thu, 14 Jan 2016 18:06:46 +0000	[thread overview]
Message-ID: <AM4PR0401MB173238F49F57A2E8597472F69ACC0@AM4PR0401MB1732.eurprd04.prod.outlook.com> (raw)
In-Reply-To: 1452056418-14812-1-git-send-email-prabhakar@freescale.com

On 01/05/2016 09:00 PM, Prabhakar Kushwaha wrote:
> kernel_size env variable is defined as 0x28000000, it is beyond NOR
> flash.
> 
> Update kernel_size with 40MB kernel size.
> 
> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
> ---
>  include/configs/ls2080aqds.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h
> index ba84248..a402c06 100644
> --- a/include/configs/ls2080aqds.h
> +++ b/include/configs/ls2080aqds.h
> @@ -346,7 +346,7 @@ unsigned long get_board_ddr_clk(void);
>  	"initrd_high=0xffffffffffffffff\0"	\
>  	"kernel_start=0x581100000\0"		\
>  	"kernel_load=0xa0000000\0"		\
> -	"kernel_size=0x28000000\0"
> +	"kernel_size=0x2800000\0"
>  
>  #ifdef CONFIG_FSL_MC_ENET
>  #define CONFIG_FSL_MEMAC
> 
Prabhakar,

I am tired of these changes. Can you go over all the default settings and verify
they all make sense? A short while ago Scott found fdt_high was not correct.

York

  reply	other threads:[~2016-01-14 18:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06  5:00 [U-Boot] [PATCH] board: ls2085aqds: Update kernel_size env variable Prabhakar Kushwaha
2016-01-14 18:06 ` york sun [this message]
2016-01-15  4:53   ` Prabhakar Kushwaha
2016-01-27 17:39     ` york sun
2016-01-28  6:36       ` Prabhakar Kushwaha
2016-01-21 22:48   ` Scott Wood
2016-02-01 22:02 ` york sun

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=AM4PR0401MB173238F49F57A2E8597472F69ACC0@AM4PR0401MB1732.eurprd04.prod.outlook.com \
    --to=york.sun@nxp.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 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.