All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/5] nitrogen6x: Change FDT loading address to avoid overlaping
Date: Fri, 1 Nov 2013 13:19:14 +0100	[thread overview]
Message-ID: <201311011319.14348.marex@denx.de> (raw)
In-Reply-To: <1383305158-26019-4-git-send-email-otavio@ossystems.com.br>

Dear Otavio Salvador,

> The new FSL 3.10.9_1.0.0-alpha kernel requires more memory space and
> with the previous loading address we had ovelap; change it for the
> same address used in 2013.04-3.10.9_1.0.0-alpha U-Boot.
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  include/configs/nitrogen6x.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
> index 3454b86..a2a3bb3 100644
> --- a/include/configs/nitrogen6x.h
> +++ b/include/configs/nitrogen6x.h
> @@ -182,7 +182,7 @@
>  	"fdt_high=0xffffffff\0" \
>  	"initrd_high=0xffffffff\0" \
>  	"fdt_file=imx6q-sabrelite.dtb\0" \
> -	"fdt_addr=0x11000000\0" \
> +	"fdt_addr=0x18000000\0" \
>  	"boot_fdt=try\0" \
>  	"ip_dyn=yes\0" \
>  	"mmcdev=0\0" \

Why is the FDT not relocated close to the end of DRAM as the other boards do it?

Best regards,
Marek Vasut

  reply	other threads:[~2013-11-01 12:19 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-01 11:25 [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: Change FDT loading address to avoid overlaping Otavio Salvador
2013-11-01 11:25 ` [U-Boot] [PATCH 2/5] wandboard: " Otavio Salvador
2013-11-01 11:25 ` [U-Boot] [PATCH 3/5] udoo: " Otavio Salvador
2013-11-01 12:40   ` Wolfgang Denk
2013-11-01 13:05     ` Otavio Salvador
2013-11-01 20:24       ` Wolfgang Denk
2013-11-01 11:25 ` [U-Boot] [PATCH 4/5] nitrogen6x: " Otavio Salvador
2013-11-01 12:19   ` Marek Vasut [this message]
2013-11-01 13:06     ` Otavio Salvador
2013-11-01 14:08       ` Marek Vasut
2013-11-01 11:25 ` [U-Boot] [PATCH 5/5] cgtqmx6eval: " Otavio Salvador
2013-11-01 12:25 ` [U-Boot] [PATCH 1/5] mx6sabre{auto, sd}: " Fabio Estevam
2013-11-01 13:00   ` Otavio Salvador
2013-11-01 14:18     ` Fabio Estevam
     [not found]       ` <AD13664F485EE54694E29A7F9D5BE1AFB499F8@039-SN2MPN1-022.039d.mgd.msft.net>
2013-11-18 19:39         ` Otavio Salvador
2013-11-21  9:00           ` Stefano Babic
2013-11-21 13:06             ` Otavio Salvador
2013-11-23  5:52             ` Hui Liu

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=201311011319.14348.marex@denx.de \
    --to=marex@denx.de \
    --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.