summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Huang <jim.huang@linaro.org>2011-04-27 23:10:45 +0800
committerJim Huang <jim.huang@linaro.org>2011-04-27 23:10:45 +0800
commit9a86f2392dae69c21444d4e163c95a3cdc088d12 (patch)
tree7b76190cc2e0f62ffac08958ddd906b55cbe0040
parent6b0cab83ef1b25d0b05dc8e54cf0dc3e3daf1706 (diff)
downloadpandaboard-9a86f2392dae69c21444d4e163c95a3cdc088d12.tar.gz
Disable hardware libaudio, OMX, and OMAP enhancement for stable release
-rw-r--r--BoardConfig.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 6748091..f588d0a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -14,10 +14,10 @@ XLOADER_BINARY := device/linaro/pandaboard/MLO
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true
TARGET_PROVIDES_INIT_RC := true
-BOARD_USES_GENERIC_AUDIO := false
-BOARD_USES_ALSA_AUDIO := true
+BOARD_USES_GENERIC_AUDIO := true
+BOARD_USES_ALSA_AUDIO := false
OMAP_ENHANCEMENT := true
-HARDWARE_OMX := true
+HARDWARE_OMX := false
USE_CAMERA_STUB := true
BOARD_HAVE_BLUETOOTH := false