public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Becky Bruce <beckyb@kernel.crashing.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
Date: Thu, 12 Feb 2009 13:47:52 -0600	[thread overview]
Message-ID: <1234468072-9131-1-git-send-email-beckyb@kernel.crashing.org> (raw)

Currently, we get 256MB as the default, but since all the 86xx
board configs define a 2G BAT mapping for RAM, raise default
to 2G.

Signed-off-by: <beckyb@kernel.crashing.org>
---
 include/asm-ppc/config.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-ppc/config.h b/include/asm-ppc/config.h
index fabc268..4be226f 100644
--- a/include/asm-ppc/config.h
+++ b/include/asm-ppc/config.h
@@ -23,7 +23,7 @@
 
 #ifndef CONFIG_MAX_MEM_MAPPED
 #if (defined(CONFIG_SDRAM_PPC4xx_IBM_DDR2) && defined(CONFIG_SPD_EEPROM)) || \
-	defined(CONFIG_E500)
+	defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
 #define CONFIG_MAX_MEM_MAPPED	((phys_size_t)2u << 30)
 #else
 #define CONFIG_MAX_MEM_MAPPED	(256 << 20)
-- 
1.5.6.6

             reply	other threads:[~2009-02-12 19:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-12 19:47 Becky Bruce [this message]
2009-02-12 19:54 ` [U-Boot] [PATCH] MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default Becky Bruce
2009-02-12 20:00   ` Jon Loeliger
  -- strict thread matches above, loose matches on Subject: below --
2009-02-23 19:56 Becky Bruce
2009-02-23 20:46 ` Jon Loeliger
2009-02-23 21:50   ` Wolfgang Denk
2009-02-23 21:50 ` Wolfgang Denk

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=1234468072-9131-1-git-send-email-beckyb@kernel.crashing.org \
    --to=beckyb@kernel.crashing.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