diff options
-rw-r--r-- | domx/Ducati_binary/Android.mk | 36 | ||||
-rw-r--r-- | domx/Ducati_binary/ReadMe | 4 | ||||
-rwxr-xr-x | domx/Ducati_binary/etc/firmware/ducati-m3.bin | bin | 1388356 -> 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 Binary files differdeleted file mode 100755 index 9592a70..0000000 --- a/domx/Ducati_binary/etc/firmware/ducati-m3.bin +++ /dev/null |