From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: EXYNOS: Configure ARM_NR_BANKS for EXYNOS SoC
Date: Wed, 8 Feb 2012 08:47:16 +0000 [thread overview]
Message-ID: <20120208084716.GG889@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <003201cce600$81c8f100$855ad300$%kim@samsung.com>
On Wed, Feb 08, 2012 at 10:25:13AM +0900, Boojin Kim wrote:
> This patch increases the number of bank for EXYNOS4 and EXYNOS5
> to support bigger than 2GB memory on it.
>
> Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
> ---
> arch/arm/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index f9d7c47..d646810 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -1134,7 +1134,7 @@ source arch/arm/mm/Kconfig
>
> config ARM_NR_BANKS
> int
> - default 16 if ARCH_EP93XX
> + default 16 if ARCH_EP93XX || ARCH_EXYNOS4 || ARCH_EXYNOS5
ARCH_EXYNOS ?
next prev parent reply other threads:[~2012-02-08 8:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-08 1:25 [PATCH] ARM: EXYNOS: Configure ARM_NR_BANKS for EXYNOS SoC Boojin Kim
2012-02-08 8:47 ` Russell King - ARM Linux [this message]
2012-02-09 0:44 ` Boojin Kim
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=20120208084716.GG889@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.org \
/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;
as well as URLs for NNTP newsgroup(s).