summaryrefslogtreecommitdiff
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorJohn Wang <hsienchiang@gmail.com>2017-05-04 10:19:12 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-05-09 14:06:58 +0300
commitabef2cb9c7f2266c5c91980884470a0edeed2b94 (patch)
tree4ee94e3e5cc29d37358981353133ddde8f0a2901 /meta-openbmc-machines
parent02406c94af762563bb0dadc5a7d1bb94d58004b6 (diff)
downloadopenbmc-abef2cb9c7f2266c5c91980884470a0edeed2b94.tar.xz
meta-zaius: Order refclock fixup before fsi scan
Commit e1dcc23 mentions that the clock generator output configuration fixup should be started before trying to send any FSI transactions, so we need to re-order it to prevent race condition. Resolves openbmc/openbmc#1519 Change-Id: I11edb6ddf1982cbdda713707599fa62de51bcea4 Signed-off-by: John Wang <hsienchiang@gmail.com>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/refclock-fixup/op-refclock-fixup@.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/refclock-fixup/op-refclock-fixup@.service b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/refclock-fixup/op-refclock-fixup@.service
index 3c70afddbb..7521b15fc4 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/refclock-fixup/op-refclock-fixup@.service
+++ b/meta-openbmc-machines/meta-openpower/meta-ingrasys/meta-zaius/recipes-phosphor/chassis/refclock-fixup/op-refclock-fixup@.service
@@ -4,7 +4,7 @@ Wants=obmc-host-start-pre@%i.target
Before=obmc-host-start-pre@%i.target
Wants=obmc-power-on@%i.target
After=obmc-power-on@%i.target
-Before=vcs_workaround@%i.service
+Before=fsi-scan@%i.service
Conflicts=obmc-host-stop@%i.target
[Service]