summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2013-04-12 15:51:52 +0200
committerAndrey Konovalov <andrey.konovalov@linaro.org>2013-07-23 22:18:45 +0400
commit042f8c0308dea7beefe6bfb0fc510cb78086e45e (patch)
tree702f4df7ec407f9e562f8508110a568e0481b7d9
parentc5df22b29692234cd5fa9f1efa45f1ae4745a850 (diff)
omap4.conf: Disable OMAP2 support
When the kernel is built with CONFIG_ARCH_OMAP2 it will select CPU_V6 and other dependencies which causes issues in user space. For example when clients try to connect to PulseAudio they will crash with: Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:108, function pa_mutex_unlock(). Aborting. Remove support for OMAP2 for now. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
-rw-r--r--linaro/configs/omap4.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/linaro/configs/omap4.conf b/linaro/configs/omap4.conf
index 59e9f23c483..7599f80f928 100644
--- a/linaro/configs/omap4.conf
+++ b/linaro/configs/omap4.conf
@@ -11,6 +11,7 @@ CONFIG_OMAP_RESET_CLOCKS=y
CONFIG_OMAP_MUX_DEBUG=y
CONFIG_ARCH_OMAP2PLUS=y
CONFIG_SOC_OMAP5=y
+# CONFIG_ARCH_OMAP2 is not set
CONFIG_ARCH_VEXPRESS_CA9X4=y
CONFIG_ARM_THUMBEE=y
CONFIG_ARM_ERRATA_411920=y