* [PATCH] ARM: EXYNOS: Configure ARM_NR_BANKS for EXYNOS SoC
@ 2012-02-08 1:25 Boojin Kim
2012-02-08 8:47 ` Russell King - ARM Linux
0 siblings, 1 reply; 3+ messages in thread
From: Boojin Kim @ 2012-02-08 1:25 UTC (permalink / raw)
To: linux-arm-kernel
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
default 8
config IWMMXT
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: EXYNOS: Configure ARM_NR_BANKS for EXYNOS SoC
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
2012-02-09 0:44 ` Boojin Kim
0 siblings, 1 reply; 3+ messages in thread
From: Russell King - ARM Linux @ 2012-02-08 8:47 UTC (permalink / raw)
To: linux-arm-kernel
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 ?
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-09 0:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-02-09 0:44 ` Boojin Kim
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).