summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2016-07-19 00:50:04 -0500
committerPraneeth Bajjuri2016-07-19 00:50:04 -0500
commitb991165ed5a496f7046cd792383dc38ec7ec8b17 (patch)
tree5c96799a8825b8e77572bb1eedb77f450c2bfa57
parentd2e1f0efc8f2c922a95cce38396d5143a68cf2aa (diff)
downloaddevice-ti-am57xevm-b991165ed5a496f7046cd792383dc38ec7ec8b17.tar.gz
device-ti-am57xevm-b991165ed5a496f7046cd792383dc38ec7ec8b17.tar.xz
device-ti-am57xevm-b991165ed5a496f7046cd792383dc38ec7ec8b17.zip
am57xevm: correct typo in usb rc file
While enabling configFS based adb, one of the old lines were left in by mistake, removing it. Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--init.am57xevmboard.usb.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.am57xevmboard.usb.rc b/init.am57xevmboard.usb.rc
index 59a309b..0556708 100644
--- a/init.am57xevmboard.usb.rc
+++ b/init.am57xevmboard.usb.rc
@@ -17,8 +17,7 @@ on boot
17 mkdir /dev/usb-ffs 0770 shell shell 17 mkdir /dev/usb-ffs 0770 shell shell
18 mkdir /dev/usb-ffs/adb 0770 shell shell 18 mkdir /dev/usb-ffs/adb 0770 shell shell
19 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000 19 mount functionfs adb /dev/usb-ffs/adb uid=2000,gid=2000
20 write /sys/class/android_usb/android0/f_ffs/aliases adb 20
21
22 # Create MTP and PTP functions 21 # Create MTP and PTP functions
23 mkdir /config/usb_gadget/g1/functions/mtp.gs0 0770 shell shell 22 mkdir /config/usb_gadget/g1/functions/mtp.gs0 0770 shell shell
24 mkdir /config/usb_gadget/g1/functions/ptp.gs1 0770 shell shell 23 mkdir /config/usb_gadget/g1/functions/ptp.gs1 0770 shell shell