projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b4968
)
ARM: RealView: Fix typo in the RealView/PBX Kconfig entry
author
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 9 Dec 2009 10:02:19 +0000
(10:02 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Wed, 9 Dec 2009 13:19:42 +0000
(13:19 +0000)
A previous patch was introducing a SPARSEMEM dependency on
!HIGH_PHYS_OFFSET but it should actually be !REALVIEW_HIGH_PHYS_OFFSET.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm/mach-realview/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-realview/Kconfig
b/arch/arm/mach-realview/Kconfig
index
c48e1f2
..
ee5e392
100644
(file)
--- a/
arch/arm/mach-realview/Kconfig
+++ b/
arch/arm/mach-realview/Kconfig
@@
-70,7
+70,7
@@
config MACH_REALVIEW_PBX
bool "Support RealView/PBX platform"
select ARM_GIC
select HAVE_PATA_PLATFORM
- select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !HIGH_PHYS_OFFSET
+ select ARCH_SPARSEMEM_ENABLE if CPU_V7 && !
REALVIEW_
HIGH_PHYS_OFFSET
select ZONE_DMA if SPARSEMEM
help
Include support for the ARM(R) RealView PBX platform.