commit | f09b54a58ebb28861b355e57bcf740145508a5c9 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Jun 29 14:38:31 2018 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jul 11 22:04:54 2018 +0000 |
tree | 0d53ee6e29618d67533647bca6a5d1d917cfc367 | |
parent | 92a4394a3d2c38505ed602bcbad3c0ef0125ea32 [diff] [blame] |
Fix dependency in fsi-enable.service The hub scan was removed, now it's just the regular fsi-scan. Change-Id: I9fc73d5a21cb3233311f2eb5d583311461ed6cc7 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service b/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service index 4e95b25..e148032 100644 --- a/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service +++ b/common/recipes-phosphor/fsi/op-fsi/fsi-enable.service
@@ -1,8 +1,8 @@ [Unit] Description=Enable FSI Conflicts=fsi-disable.service -Wants=fsi-hub-scan@0.service -Before=fsi-hub-scan@0.service +Wants=fsi-scan@0.service +Before=fsi-scan@0.service [Service] ExecStart=/bin/sh -c "echo 0 > /sys/devices/platform/gpio-fsi/external_mode"