summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2013-03-28 14:42:38 -0700
committerJean-Baptiste Queru <jbq@google.com>2013-03-28 14:42:38 -0700
commit0c7098837630e258e0e6cbc8a54e977410fd2b6c (patch)
tree7a1366c04b40489b02aa9fb85834e8ece1d82333
parent58134d029dce1f2e0d15b0717491697ed693d150 (diff)
downloadomap4xxx-0c7098837630e258e0e6cbc8a54e977410fd2b6c.tar.gz
cleanup
Change-Id: Id710a5b742eb81351f0ef14a331824293b4df522
-rw-r--r--domx/Ducati_binary/Android.mk36
-rw-r--r--domx/Ducati_binary/ReadMe4
-rwxr-xr-xdomx/Ducati_binary/etc/firmware/ducati-m3.binbin1388356 -> 0 bytes
3 files changed, 0 insertions, 40 deletions
diff --git a/domx/Ducati_binary/Android.mk b/domx/Ducati_binary/Android.mk
deleted file mode 100644
index 1c71ed0..0000000
--- a/domx/Ducati_binary/Android.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-ifeq (0,1)
-LOCAL_PATH := $(call my-dir)
-
-define _add-ducati-vendor-bin
-include $$(CLEAR_VARS)
-$(if $(word 2,$1),$(error Invalid DUCATI module name $1))
-LOCAL_MODULE := $(basename $(notdir $1))
-LOCAL_SRC_FILES := $1
-LOCAL_MODULE_TAGS := optional
-LOCAL_MODULE_SUFFIX := $(suffix $1)
-LOCAL_MODULE_CLASS := EXECUTABLES
-LOCAL_MODULE_PATH := $$(TARGET_OUT)$(abspath /$(dir $1))
-OVERRIDE_BUILT_MODULE_PATH := $$(TARGET_OUT_INTERMEDIATE_EXECUTABLES)
-include $$(BUILD_PREBUILT)
-endef
-
-prebuilt_ducati_vendor_bins := \
- etc/firmware/ducati-m3.bin
-
-prebuilt_ducati_modules := \
- $(foreach _file, $(prebuilt_ducati_vendor_bins),\
- $(notdir $(basename $(_file))))
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := ti_omap4_ducati_bins
-LOCAL_MODULE_TAGS := optional
-LOCAL_REQUIRED_MODULES := $(prebuilt_ducati_modules)
-include $(BUILD_PHONY_PACKAGE)
-
-$(foreach _file,$(prebuilt_ducati_vendor_bins),\
- $(eval $(call _add-ducati-vendor-bin,$(_file))))
-
-prebuilt_ducati_modules :=
-prebuilt_ducati_vendor_bins :=
-_add-ducati-vendor-bin :=
-endif
diff --git a/domx/Ducati_binary/ReadMe b/domx/Ducati_binary/ReadMe
deleted file mode 100644
index 43cf4e6..0000000
--- a/domx/Ducati_binary/ReadMe
+++ /dev/null
@@ -1,4 +0,0 @@
-Corresponding gollum version in this binary : 05be6962a64d7dc351a49510ad8b0cab937d0c10 (increase the const and heap areas for core1)
-Corresponding ducati version in this binary : b70ffd4cc728fb22ccc34adb0ad46b6648cb09dc (Adding TI NV12 as a custom color format)
-Corresponding kernel commit tested with: c2bfda0d4830a1f745aea955de516424b3b85e02 ( omap4: Kconfig: select ipc/omx modules by default)
-Corresponding DOMX commit tested with: 8d67c6dc2f8972a9f9110b1f2fe8179966258843 ( Enabling Android build for Linux_DOMX)
diff --git a/domx/Ducati_binary/etc/firmware/ducati-m3.bin b/domx/Ducati_binary/etc/firmware/ducati-m3.bin
deleted file mode 100755
index 9592a70..0000000
--- a/domx/Ducati_binary/etc/firmware/ducati-m3.bin
+++ /dev/null
Binary files differ