public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Vagrant Cascadian <vagrant@debian.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb.
Date: Wed, 12 Apr 2017 14:28:05 -0700	[thread overview]
Message-ID: <20170412212805.4626-1-vagrant@debian.org> (raw)

Set ramdisk_addr_r to 0x20000000, otherwise it may conflict with
kernel_addr_r location (0x01080000) with a moderately large kernel.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 include/configs/meson-gxbb-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/meson-gxbb-common.h b/include/configs/meson-gxbb-common.h
index cc2b5b61d4..32602cb7c2 100644
--- a/include/configs/meson-gxbb-common.h
+++ b/include/configs/meson-gxbb-common.h
@@ -48,7 +48,7 @@
 	"scriptaddr=0x1f000000\0" \
 	"kernel_addr_r=0x01080000\0" \
 	"pxefile_addr_r=0x01080000\0" \
-	"ramdisk_addr_r=0x10000000\0" \
+	"ramdisk_addr_r=0x20000000\0" \
 	MESON_FDTFILE_SETTING \
 	BOOTENV
 
-- 
2.11.0

             reply	other threads:[~2017-04-12 21:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-12 21:28 Vagrant Cascadian [this message]
2017-04-12 21:35 ` [U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb Tom Rini
2017-04-14 20:49   ` Vagrant Cascadian
2017-04-12 21:35 ` Andreas Färber
2017-04-12 23:59   ` Vagrant Cascadian
2017-04-16 21:27     ` Vagrant Cascadian

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=20170412212805.4626-1-vagrant@debian.org \
    --to=vagrant@debian.org \
    --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