* [PATCH] ARM: OMAP3: Update BeagleBoard defconfig
@ 2008-08-05 18:41 Dirk Behme
2008-08-06 2:07 ` Syed Mohammed, Khasim
0 siblings, 1 reply; 3+ messages in thread
From: Dirk Behme @ 2008-08-05 18:41 UTC (permalink / raw)
To: linux-omap@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 218 bytes --]
From: Dirk Behme <dirk.behme@gmail.com>
Update BeagleBoard defconfig:
- Use MPU timer instead of 32k timer to work around serial hang issue
- Disable CONFIG_DEBUG_LL
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
[-- Attachment #2: beagle_defconfig_update.txt --]
[-- Type: text/plain, Size: 1675 bytes --]
Index: linux-beagle/arch/arm/configs/omap3_beagle_defconfig
===================================================================
--- linux-beagle.orig/arch/arm/configs/omap3_beagle_defconfig
+++ linux-beagle/arch/arm/configs/omap3_beagle_defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Linux kernel version: 2.6.26-rc8-omap1
-# Fri Jul 4 10:19:23 2008
+# Linux kernel version: 2.6.26-omap1
+# Tue Aug 5 20:31:33 2008
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -182,9 +182,8 @@ CONFIG_OMAP_BOOT_REASON=y
# CONFIG_OMAP_MCBSP is not set
# CONFIG_OMAP_MMU_FWK is not set
# CONFIG_OMAP_MBOX_FWK is not set
-# CONFIG_OMAP_MPU_TIMER is not set
-CONFIG_OMAP_32K_TIMER=y
-CONFIG_OMAP_32K_TIMER_HZ=128
+CONFIG_OMAP_MPU_TIMER=y
+# CONFIG_OMAP_32K_TIMER is not set
CONFIG_OMAP_DM_TIMER=y
# CONFIG_OMAP_LL_DEBUG_UART1 is not set
# CONFIG_OMAP_LL_DEBUG_UART2 is not set
@@ -251,7 +250,7 @@ CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_PREEMPT is not set
-CONFIG_HZ=128
+CONFIG_HZ=100
CONFIG_AEABI=y
CONFIG_OABI_COMPAT=y
# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set
@@ -663,6 +662,7 @@ CONFIG_I2C_CHARDEV=y
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_OMAP=y
+# CONFIG_I2C2_OMAP_BEAGLE is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_TAOS_EVM is not set
@@ -1228,8 +1228,7 @@ CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_USER is not set
# CONFIG_DEBUG_ERRORS is not set
# CONFIG_DEBUG_STACK_USAGE is not set
-CONFIG_DEBUG_LL=y
-# CONFIG_DEBUG_ICEDCC is not set
+# CONFIG_DEBUG_LL is not set
#
# Security options
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] ARM: OMAP3: Update BeagleBoard defconfig
2008-08-05 18:41 [PATCH] ARM: OMAP3: Update BeagleBoard defconfig Dirk Behme
@ 2008-08-06 2:07 ` Syed Mohammed, Khasim
2008-08-06 8:57 ` Tony Lindgren
0 siblings, 1 reply; 3+ messages in thread
From: Syed Mohammed, Khasim @ 2008-08-06 2:07 UTC (permalink / raw)
To: Dirk Behme, linux-omap@vger.kernel.org
Acked-by: Syed Mohammed Khasim <khasim@ti.com>
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Dirk
> Behme
> Sent: Wednesday, August 06, 2008 12:11 AM
> To: linux-omap@vger.kernel.org
> Subject: [PATCH] ARM: OMAP3: Update BeagleBoard defconfig
>
> From: Dirk Behme <dirk.behme@gmail.com>
>
> Update BeagleBoard defconfig:
>
> - Use MPU timer instead of 32k timer to work around serial hang issue
> - Disable CONFIG_DEBUG_LL
>
> Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: OMAP3: Update BeagleBoard defconfig
2008-08-06 2:07 ` Syed Mohammed, Khasim
@ 2008-08-06 8:57 ` Tony Lindgren
0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2008-08-06 8:57 UTC (permalink / raw)
To: Syed Mohammed, Khasim; +Cc: Dirk Behme, linux-omap@vger.kernel.org
* Syed Mohammed, Khasim <khasim@ti.com> [080806 05:30]:
> Acked-by: Syed Mohammed Khasim <khasim@ti.com>
Pushing today.
Tony
> > -----Original Message-----
> > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Dirk
> > Behme
> > Sent: Wednesday, August 06, 2008 12:11 AM
> > To: linux-omap@vger.kernel.org
> > Subject: [PATCH] ARM: OMAP3: Update BeagleBoard defconfig
> >
> > From: Dirk Behme <dirk.behme@gmail.com>
> >
> > Update BeagleBoard defconfig:
> >
> > - Use MPU timer instead of 32k timer to work around serial hang issue
> > - Disable CONFIG_DEBUG_LL
> >
> > Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-08-06 8:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-05 18:41 [PATCH] ARM: OMAP3: Update BeagleBoard defconfig Dirk Behme
2008-08-06 2:07 ` Syed Mohammed, Khasim
2008-08-06 8:57 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox