diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2013-12-31 16:35:43 +0100 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2013-12-31 16:35:43 +0100 |
commit | 0842485588bef5605135ecd1567357583fc3bb71 (patch) | |
tree | 855c76cbbf1d7c29a30edb04d08c10e529c5095d | |
parent | de825f2f08fad153116807ea18002e4590bd71bb (diff) | |
download | hardware_ti_omap4xxx-0842485588bef5605135ecd1567357583fc3bb71.zip hardware_ti_omap4xxx-0842485588bef5605135ecd1567357583fc3bb71.tar.gz hardware_ti_omap4xxx-0842485588bef5605135ecd1567357583fc3bb71.tar.bz2 |
Get rid of proprietary firmware
Change-Id: I12604f28cddc7515238055dcd8abe10938d267d8
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-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 |