msm: don't map hole at top of the first memory bank on 8960

There is no need to waste virtual space mapping the memory
which is used by NHLOS on 8960.

CRs-Fixed: 301948
Signed-off-by: Larry Bassel <lbassel@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 190b308..1a05ef2 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -139,6 +139,7 @@
 	select ARCH_MEMORY_PROBE
 	select ARCH_MEMORY_REMOVE
 	select DONT_RESERVE_FROM_MOVABLE_ZONE
+	select DONT_MAP_HOLE_AFTER_MEMBANK0
 
 config ARCH_APQ8064
 	bool "APQ8064"