PLDM: Remove Boot Progress entry from 11.json

Phyp is using a sensor to communicate the boot progress
state changes to pldm.This commit verifies that and removes
the Boot Progress entry from 11.json which was used earlier.

Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
Change-Id: Ic90c38eaf5bcb9210072a69f34d03dc7c662f7a4
diff --git a/configurations/pdr/11.json b/configurations/pdr/11.json
index 55a3aba..c82f237 100644
--- a/configurations/pdr/11.json
+++ b/configurations/pdr/11.json
@@ -3,34 +3,6 @@
    {
     "pdrType" : 11,
     "entries" : [{
-        "type" : 33,
-        "instance" : 0,
-        "container" : 0,
-        "effecters" : [{
-            "set" : {
-                "id" : 196,
-                "size" : 4,
-                "states" : [1,2,3,5,9,21,22,26]
-            },
-            "dbus" : {
-                "path": "/xyz/openbmc_project/state/host0",
-                "interface": "xyz.openbmc_project.State.Boot.Progress",
-                "property_name": "BootProgress",
-                "property_type": "string",
-                "property_values": [
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.Unspecified",
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SystemInitComplete",
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.MemoryInit",
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.SecondaryProcInit",
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PCIInit",
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSRunning",
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.BusInit",
-                         "xyz.openbmc_project.State.Boot.Progress.ProgressStages.PrimaryProcInit"
-                ]
-             }
-        }]
-    },
-    {
         "type" : 45,
         "instance" : 1,
         "container" : 0,