summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2013-05-20 22:43:48 -0500
committerVishal Mahaveer <vishalm@ti.com>2013-05-20 22:43:48 -0500
commitf8e651a4e32d2f07ea60c295c3e3e02e591b39ed (patch)
tree186d029b4c0c7d52e7792d117fbd27701e0876ec /device.mk
parente99d27abbd0a185447a482d76364b17ca5ebca1b (diff)
downloadjacinto6evm-f8e651a4e32d2f07ea60c295c3e3e02e591b39ed.tar.gz
jacinto6evm: use correct TARGET_BOARD_PLATFORM name
We were reusing omap5 here, change it to reflect jacinto6. This patch goes along with corresponding changes in build system of device/ti/common-open, device/ti/proprietary-open, and hardware/ti/omap4xxx Change-Id: I4ba4d523bca85b5117a0914e707592540c6b2507 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/device.mk b/device.mk
index 935d92c..8b72986 100644
--- a/device.mk
+++ b/device.mk
@@ -93,8 +93,8 @@ PRODUCT_PACKAGES += \
camera_test
# Audio HAL module
-PRODUCT_PACKAGES += audio.primary.omap5
-PRODUCT_PACKAGES += audio.hdmi.omap5
+PRODUCT_PACKAGES += audio.primary.jacinto6
+PRODUCT_PACKAGES += audio.hdmi.jacinto6
# Audioout libs
PRODUCT_PACKAGES += libaudioutils
@@ -119,10 +119,10 @@ PRODUCT_PACKAGES += \
hcitool
$(call inherit-product, frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk)
-$(call inherit-product-if-exists, hardware/ti/omap4xxx/omap5.mk)
+$(call inherit-product-if-exists, hardware/ti/omap4xxx/jacinto6.mk)
$(call inherit-product-if-exists, hardware/ti/wpan/ti-wpan-products.mk)
$(call inherit-product-if-exists, vendor/ti/omap5sevm/device-vendor.mk)
-$(call inherit-product-if-exists, device/ti/proprietary-open/omap5/ti-omap5-vendor.mk)
+$(call inherit-product-if-exists, device/ti/proprietary-open/omap5/ti-jacinto6-vendor.mk)
$(call inherit-product-if-exists, device/ti/common-open/s3d/s3d-products.mk)
$(call inherit-product-if-exists, device/ti/proprietary-open/omap5/ducati-full_omap5panda.mk)
$(call inherit-product-if-exists, device/ti/proprietary-open/wl12xx/wlan/wl12xx-wlan-fw-products.mk)