summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2017-01-17 18:38:13 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2017-01-17 18:57:44 -0600
commit93c16301be3f60467dead8135f9bc6c734240dcc (patch)
treec037c2c6b4333ac20896d6e5934164bf1aff8fb6
parent0d38c17a03636c63be4c68a1d0d1fe5e3242c426 (diff)
downloadam57xevm-93c16301be3f60467dead8135f9bc6c734240dcc.tar.gz
Cleanup: Remove unapplicable services
Cleanup legacy configurations that are no longer used. Removing GNSS GPS service Also remove old WLAN services and links Signed-off-by: Vishal Mahaveer <vishalm@ti.com> [move to am57xevm] Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Change-Id: I60a09c9b2c6fe92d6ed4a3a5d0e31a25ed5cc74e
-rw-r--r--init.am57xevmboard.rc41
-rw-r--r--ueventd.am57xevmboard.rc2
2 files changed, 0 insertions, 43 deletions
diff --git a/init.am57xevmboard.rc b/init.am57xevmboard.rc
index 8d9cbe0..007ed35 100644
--- a/init.am57xevmboard.rc
+++ b/init.am57xevmboard.rc
@@ -21,17 +21,6 @@ on post-fs-data
# enabling thermal zone for mpu
write /sys/class/thermal/thermal_zone0/mode enabled
-# Create GPS folders and set its permissions
- mkdir /data/gnss
- chown system system /data/gnss
- mkdir /data/gnss/logs/
- mkdir /data/gnss/nvs/
- mkdir /data/gnss/log_MD/
- chown system system /data/gnss/logs/
- chown system system /data/gnss/nvs/
- chown system system /data/gnss/log_MD/
- insmod /system/lib/modules/gps_drv.ko
-
on boot
# execute script to set cpuset configuration
exec - root root system -- /system/bin/init.am57xevmboard.cpuset.sh
@@ -39,13 +28,6 @@ on boot
# wi-fi
mkdir /data/misc/wifi/sockets 0770 wifi wifi
mkdir /data/misc/dhcp 0770 dhcp dhcp
- insmod /system/lib/modules/compat.ko
- insmod /system/lib/modules/cfg80211.ko
- insmod /system/lib/modules/mac80211.ko
- insmod /system/lib/modules/wlcore.ko
- insmod /system/lib/modules/wl12xx.ko
- insmod /system/lib/modules/wl18xx.ko board_type=hdk
- insmod /system/lib/modules/wlcore_sdio.ko
# CMEM for Radio
insmod /system/lib/modules/cmemk.ko phys_start=0x95400000 phys_end=0x95800000 pools=20x65536,40x4096 allowOverlap=1
@@ -99,16 +81,6 @@ service iprenew_wlan0 /system/bin/dhcpcd -n
disabled
oneshot
-service dhcpcd_p2p /system/bin/dhcpcd -aABKL
- class main
- disabled
- oneshot
-
-service iprenew_p2p /system/bin/dhcpcd -n
- class main
- disabled
- oneshot
-
service dhcpcd_eth0 /system/bin/dhcpcd -ABDKL
class main
disabled
@@ -148,16 +120,3 @@ service radio_app /system/bin/RadioApp -h eth
disabled
oneshot
-service devproxy /system/bin/devproxy
- class main
- disabled
- oneshot
- user system
- group system
-
-service agnss_connect /system/bin/agnss_connect -p
- class main
- disabled
- oneshot
- user system
- group system
diff --git a/ueventd.am57xevmboard.rc b/ueventd.am57xevmboard.rc
index 9ca382c..ed48076 100644
--- a/ueventd.am57xevmboard.rc
+++ b/ueventd.am57xevmboard.rc
@@ -30,5 +30,3 @@
/dev/uio0 0660 media system
/dev/hwspinlock 0660 media system
-# for GNSS
-/dev/tigps 0666 root root