diff options
author | Simon Wilson <simonwilson@google.com> | 2010-09-28 20:35:49 -0700 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2010-09-29 11:08:26 -0700 |
commit | 3ceb6909851c661bd8c23c8b62959a4989512d38 (patch) | |
tree | f59facb26ddd3864954c5203e51f614984a2a9ab | |
parent | c1fa27a0697847c55bb4c797b7083e8c642b93ea (diff) | |
download | device_samsung_crespo-3ceb6909851c661bd8c23c8b62959a4989512d38.zip device_samsung_crespo-3ceb6909851c661bd8c23c8b62959a4989512d38.tar.gz device_samsung_crespo-3ceb6909851c661bd8c23c8b62959a4989512d38.tar.bz2 |
Remove dynamic pvr kernel modules
When using a kernel that has these modules statically linked,
the loadable kernel modules are no longer required.
Change-Id: I0eacfe846db7517d3db1662b549ba924ae8f6dce
-rw-r--r-- | device.mk | 4 | ||||
-rwxr-xr-x | init.herring.rc | 4 | ||||
-rw-r--r-- | pvrsrvkm.ko | bin | 1796332 -> 0 bytes | |||
-rw-r--r-- | s3c_lcd.ko | bin | 137928 -> 0 bytes |
4 files changed, 1 insertions, 7 deletions
@@ -150,9 +150,7 @@ PRODUCT_LOCALES := hdpi PRODUCT_COPY_FILES += \ - device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko \ - device/samsung/crespo/pvrsrvkm.ko:root/modules/pvrsrvkm.ko \ - device/samsung/crespo/s3c_lcd.ko:root/modules/s3c_lcd.ko + device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko ifeq ($(TARGET_PREBUILT_KERNEL),) LOCAL_KERNEL := device/samsung/crespo/kernel diff --git a/init.herring.rc b/init.herring.rc index fec83ee..2837271 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -12,10 +12,6 @@ on boot setprop status.battery.level_raw 50 setprop status.battery.level_scale 9 -# ko files for 3D - insmod /modules/pvrsrvkm.ko - insmod /modules/s3c_lcd.ko - # wi-fi mkdir /data/misc/wifi/sockets 0770 wifi wifi mkdir /data/misc/dhcp 0770 dhcp dhcp diff --git a/pvrsrvkm.ko b/pvrsrvkm.ko Binary files differdeleted file mode 100644 index b6b3f1f..0000000 --- a/pvrsrvkm.ko +++ /dev/null diff --git a/s3c_lcd.ko b/s3c_lcd.ko Binary files differdeleted file mode 100644 index 56b540f..0000000 --- a/s3c_lcd.ko +++ /dev/null |