From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: novena: Fix kernel_addr_r env variable
Date: Thu, 12 Nov 2015 17:34:40 +0100 [thread overview]
Message-ID: <5644BFA0.4000303@denx.de> (raw)
In-Reply-To: <1447185252-5864-1-git-send-email-marex@denx.de>
On 10/11/2015 20:54, Marek Vasut wrote:
> The kernel_addr_r should be set to the same value as CONFIG_LOADADDR,
> get rid of the duplication.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Sean Cross <xobs@kosagi.com>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
> include/configs/novena.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/configs/novena.h b/include/configs/novena.h
> index c88fb0d..718989f 100644
> --- a/include/configs/novena.h
> +++ b/include/configs/novena.h
> @@ -198,7 +198,7 @@
> "bootdev=/dev/mmcblk0p1\0" \
> "rootdev=/dev/mmcblk0p2\0" \
> "netdev=eth0\0" \
> - "kernel_addr_r=0x18000000\0" \
> + "kernel_addr_r="__stringify(CONFIG_LOADADDR)"\0" \
> "addcons=" \
> "setenv bootargs ${bootargs} " \
> "console=${consdev},${baudrate}\0" \
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2015-11-12 16:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-10 19:54 [U-Boot] [PATCH] arm: novena: Fix kernel_addr_r env variable Marek Vasut
2015-11-12 16:34 ` Stefano Babic [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=5644BFA0.4000303@denx.de \
--to=sbabic@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox