remove quiesce target from crash

The host crash and quiesce design is being refactored a bit to allow for
a more generic implementation. For example, in some cases it's desired
to go from the crash to diagnostic to quiesce targets vs. directly from
crash to quiesce as done now.

Leave it to the system policy recipes to set these targets relationships
as they see fit.

Tested:
- Verified with all commits in this Topic that the witherspoon system
  has the same service layout as before and the rainier system
  has the new layout (crash used for mpipl)

(From meta-phosphor rev: 3a20d587cb274756624214a0ee6a9e1d94142bc9)

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I8f1b003a19de9d6dcefa5bd05a46316635f2c985
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
index 4a1854e..580cf43 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -148,7 +148,7 @@
 FAN_LINK_FMT = "obmc-fan-control-ready@.target:obmc-fan-control-ready@{0}.target"
 
 # Targets to be executed on checkstop and watchdog timeout
-HOST_ERROR_TARGETS = "crash timeout"
+HOST_ERROR_TARGETS = "timeout"
 
 QUIESCE_TMPL = "obmc-host-quiesce@.target"
 CRASH_TIMEOUT_TGTFMT = "obmc-host-{0}@{1}.target"