summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-06-15 23:20:41 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-06-16 00:23:10 +0200
commitea883c2d55d1cd2d8463798bd2330e8e480e8e5d (patch)
tree5724500205e02e3cccb045fefaec2aab8581b7ae
parentb138773bdbdb420b6c1e727bf7a5084511907b4e (diff)
Add persistent boot logoHEADmaster
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r--device_base.mk1
-rw-r--r--init.armadillo800eva.rc2
-rw-r--r--initlogo.renesas.rlebin0 -> 30072 bytes
3 files changed, 3 insertions, 0 deletions
diff --git a/device_base.mk b/device_base.mk
index 11d33af..3e287ba 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -17,6 +17,7 @@
PRODUCT_COPY_FILES += \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \
device/renesas/armadillo/init.armadillo800eva.rc:root/init.armadillo800eva.rc \
+ device/renesas/armadillo/initlogo.renesas.rle:root/initlogo.renesas.rle \
device/renesas/armadillo/media_profiles.xml:system/etc/media_profiles.xml \
device/renesas/armadillo/armadillo-tca6416-keypad.kl:system/usr/keylayout/armadillo-tca6416-keypad.kl \
device/renesas/armadillo/armadillo-tca6416-keypad.kcm:system/usr/keychars/armadillo-tca6416-keypad.kcm \
diff --git a/init.armadillo800eva.rc b/init.armadillo800eva.rc
index 656c229..efa3979 100644
--- a/init.armadillo800eva.rc
+++ b/init.armadillo800eva.rc
@@ -4,6 +4,8 @@ on early-init
# for backwards compatibility
symlink /mnt/sdcard /sdcard
+ symlink /initlogo.renesas.rle /initlogo.rle
+
on boot
setprop ARGH ARGH
setprop net.eth0.gw 192.168.1.9
diff --git a/initlogo.renesas.rle b/initlogo.renesas.rle
new file mode 100644
index 0000000..7563ef5
--- /dev/null
+++ b/initlogo.renesas.rle
Binary files differ