configs: bletchley: fix post_desc.json issue

In current config setting, it cause a endlees loop of post description
request between BMC and debug card.
Remove "phase 2" so that BMC will just reply 0x00 is last index.

Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: I7b719c61c27d6aeadb1f0f9fbff55618b82e4ce8
diff --git a/configs/bletchley/post_desc.json b/configs/bletchley/post_desc.json
index 96160be..00cb5fb 100644
--- a/configs/bletchley/post_desc.json
+++ b/configs/bletchley/post_desc.json
@@ -1,5 +1,3 @@
 {
-    "Phase1": [["0x00", ""]],
-
-    "Phase2": [["0x00", ""]]
+    "Phase1": [["0x00", ""]]
 }