1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

gadget-init: adjust to latest 335x kernel

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-21 16:16:21 +02:00
parent ab07a0ea4b
commit d5ed504263
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
DESCRIPTION = "Units to initialize usb gadgets" DESCRIPTION = "Units to initialize usb gadgets"
PR = "r2" PR = "r3"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
@@ -3,7 +3,6 @@ Description=Start usb mass storage gadget
After=dev-mmcblk0p1.device After=dev-mmcblk0p1.device
[Service] [Service]
ExecStartPre=/sbin/modprobe g_zero
ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1 ExecStart=/sbin/modprobe g_mass_storage file=/dev/mmcblk0p1 cdrom=0 stall=0 removable=1 nofua=1
[Install] [Install]