The file init.ompa4.sh only contained one line for setting ro.runtime.device. This property is not used so the file can be removed.
Bug #747911 --- AndroidBoard.mk | 5 ----- init.omap4.rc | 3 --- init.omap4.sh | 3 --- 3 files changed, 0 insertions(+), 11 deletions(-) delete mode 100755 init.omap4.sh
diff --git a/AndroidBoard.mk b/AndroidBoard.mk index c417cac..4dfe386 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -30,11 +30,6 @@ ALL_PREBUILT += $(file) $(file) : $(LOCAL_PATH)/init.omap4.rc | $(ACP) $(transform-prebuilt-to-target)
-file := $(PRODUCT_OUT)/system/etc/init.omap4.sh -ALL_PREBUILT += $(file) -$(file) : $(LOCAL_PATH)/init.omap4.sh | $(ACP) - $(transform-prebuilt-to-target) - file := $(TARGET_ROOT_OUT)/initlogo.rle ALL_PREBUILT += $(file) $(file) : $(LOCAL_PATH)/initlogo.rle | $(ACP) diff --git a/init.omap4.rc b/init.omap4.rc index 18ea7ef..c867e9e 100644 --- a/init.omap4.rc +++ b/init.omap4.rc @@ -3,9 +3,6 @@ on boot mkdir /data/misc/dhcp 0770 dhcp dhcp chmod 0770 /data/misc/dhcp
-service omap4-setup /system/etc/init.omap4.sh - oneshot - service faketsd /system/bin/faketsd user bluetooth group bluetooth diff --git a/init.omap4.sh b/init.omap4.sh deleted file mode 100755 index ecd1aa8..0000000 --- a/init.omap4.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/system/bin/sh - -setprop ro.runtime.device pandaboard
On 23 May 2011 16:54, Patrik Ryd patrik.ryd@linaro.org wrote:
The file init.ompa4.sh only contained one line for setting ro.runtime.device. This property is not used so the file can be removed.
hi Patrik,
Thanks for cleaning up. It looks great to me.
So, we are going to be more consistent in device/linaro/common and LEB devices.
Regards, -jserv