meta-fp5280g2: Remove references to vcs-workaround

This was a P9 DD1 workaround. These systems are no longer supported and
are not found in the wild, so the workaround has been retired.

All of the p9 systems in the tree exclude the package so this change
should be a noop.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Change-Id: I7f3f6dd67f7253c0500026e74b0533113b8d7cb4
diff --git a/meta-fp5280g2/conf/machine/fp5280g2.conf b/meta-fp5280g2/conf/machine/fp5280g2.conf
index 455e22a..1933368 100644
--- a/meta-fp5280g2/conf/machine/fp5280g2.conf
+++ b/meta-fp5280g2/conf/machine/fp5280g2.conf
@@ -5,7 +5,6 @@
 
 OBMC_POWER_SUPPLY_INSTANCES = "0 1"
 
-PREFERRED_PROVIDER_virtual/p9-vcs-workaround = ''
 PREFERRED_PROVIDER_virtual/openpower-fru-vpd-layout = "fp5280g2-openpower-fru-vpd-layout-native"
 PREFERRED_PROVIDER_virtual/openpower-fru-inventory = "fp5280g2-openpower-fru-inventory-native"
 PREFERRED_PROVIDER_virtual/phosphor-led-manager-config-native = "fp5280g2-led-manager-config-native"
diff --git a/meta-fp5280g2/recipes-phosphor/host/p9-host-start.bbappend b/meta-fp5280g2/recipes-phosphor/host/p9-host-start.bbappend
deleted file mode 100644
index a2c59c5..0000000
--- a/meta-fp5280g2/recipes-phosphor/host/p9-host-start.bbappend
+++ /dev/null
@@ -1 +0,0 @@
-RDEPENDS_${PN}_remove_fp5280g2 = "p9-vcs-workaround"