commit | d23ea63586ce669c61fb298717fa40bae7d141bc | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Fri Apr 12 15:51:52 2013 +0200 |
committer | Andrey Konovalov <andrey.konovalov@linaro.org> | Fri Apr 12 21:28:30 2013 +0400 |
tree | d44ec96ca37787a9d994e3eca5d75446fb7e9951 | |
parent | 1cb3af1fbc2de426144892f002034e5b7384f905 [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>