From: Sascha Hauer <s.hauer@pengutronix.de>
To: Ivo Clarysse <ivo.clarysse@gmail.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] MX25PDK: Add support for 64MiB DDR2 SDRAM
Date: Fri, 16 Apr 2010 09:56:56 +0200 [thread overview]
Message-ID: <20100416075656.GX7882@pengutronix.de> (raw)
In-Reply-To: <alpine.LRH.2.00.1004141327120.2049@localhost.localdomain>
On Wed, Apr 14, 2010 at 01:29:45PM +0200, Ivo Clarysse wrote:
> Newer Freescale 3-Stack development systems are equipped
> with 64MiB of DDR2 SDRAM, instead of the 128MiB of mDDR SDRAM
> with which earlier versions were shipped.
>
> Signed-off-by: Ivo Clarysse <ivo.clarysse@gmail.com>
> ---
> diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> index 10561f0..6942c64 100644
> --- a/arch/arm/mach-imx/Kconfig
> +++ b/arch/arm/mach-imx/Kconfig
> @@ -6,7 +6,7 @@ config ARCH_TEXT_BASE
> default 0x08f00000 if MACH_MX1ADS
> default 0xc0000000 if MACH_IMX21ADS
> default 0xa0000000 if MACH_IMX27ADS
> - default 0x87f00000 if MACH_FREESCALE_MX25_3STACK
> + default 0x83f00000 if MACH_FREESCALE_MX25_3STACK
Does Kconfig support something like
default 0x83f00000 if MACH_FREESCALE_MX25_3STACK && FREESCALE_MX25_3STACK_SDRAM_64MB_DDR2
default 0x87f00000 if MACH_FREESCALE_MX25_3STACK && FREESCALE_MX25_3STACK_SDRAM_128MB_MDDR
?
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2010-04-16 7:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-14 11:29 [PATCH] MX25PDK: Add support for 64MiB DDR2 SDRAM Ivo Clarysse
2010-04-16 7:56 ` Sascha Hauer [this message]
2010-04-19 8:59 ` Ivo Clarysse
2010-04-22 11:35 ` Sascha Hauer
2010-04-22 11:47 ` [PATCH v2] " Ivo Clarysse
2010-04-22 12:37 ` Sascha Hauer
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=20100416075656.GX7882@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=ivo.clarysse@gmail.com \
/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.