pldmtool: Fix tool to show the oem entities

START & END are meant to be used as range to figure out if an
entity/state_set is OEM or not.They are not entity & state set
names.

This commit fixes above mentioned issue & also removes TPM entity
from the common fru_master configuration as the entity type is in
OEM range as per DSP0249_1.1.0 specification.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Iba4fadabf1ae4f94cee8f2f47632731de0bfd85f
diff --git a/configurations/fru_master.json b/configurations/fru_master.json
index 5a87eb7..92f3843 100644
--- a/configurations/fru_master.json
+++ b/configurations/fru_master.json
@@ -15,7 +15,6 @@
                         "xyz.openbmc_project.Inventory.Item.Bmc": 137,
                         "xyz.openbmc_project.Inventory.Item.Connector": 185,
                         "xyz.openbmc_project.Inventory.Item.PCIeSlot": 186,
-                        "xyz.openbmc_project.Inventory.Item.System": 11521,
-                        "xyz.openbmc_project.Inventory.Item.Tpm": 24576
+                        "xyz.openbmc_project.Inventory.Item.System": 11521
            }
 }