Re: [GIT PULL] Initial Tegra ARM support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Walker
Date: Tuesday, August 10, 2010 - 2:44 pm

On Thu, 2010-08-05 at 14:10 -0700, Erik Gilling wrote:


This fixes some typos in the Tegra tree which caused build failures in
all ARM compiles.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
---
 arch/arm/Kconfig |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0ca4a94..a5d4dae 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1188,8 +1188,8 @@ config LOCAL_TIMERS
 		REALVIEW_EB_A9MP || MACH_REALVIEW_PBX || ARCH_OMAP4 || \
 		ARCH_U8500 || ARCH_VEXPRESS_CA9X4 || ARCH_TEGRA)
 	default y
-	select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || \\
-		ARCH_U8500 || ARCH_TEGRA
+	select HAVE_ARM_TWD if (ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_OMAP4 || \
+		ARCH_U8500 || ARCH_TEGRA)
 	help
 	  Enable support for local timers on SMP platforms, rather then the
 	  legacy IPI broadcast method.  Local timers allows the system
-- 
1.7.0.4




-- 
Sent by an consultant of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] Initial Tegra ARM support, Erik Gilling, (Thu Aug 5, 2:10 pm)
Re: [GIT PULL] Initial Tegra ARM support, Daniel Walker, (Thu Aug 5, 2:45 pm)
Re: [GIT PULL] Initial Tegra ARM support, Erik Gilling, (Thu Aug 5, 3:01 pm)
Re: [GIT PULL] Initial Tegra ARM support, Erik Gilling, (Thu Aug 5, 3:06 pm)
Re: [GIT PULL] Initial Tegra ARM support, Daniel Walker, (Thu Aug 5, 3:14 pm)
Re: [GIT PULL] Initial Tegra ARM support, Daniel Walker, (Tue Aug 10, 2:44 pm)
Re: [GIT PULL] Initial Tegra ARM support, Russell King - ARM Linux, (Tue Aug 10, 3:06 pm)
Re: [GIT PULL] Initial Tegra ARM support, Daniel Walker, (Tue Aug 10, 3:10 pm)