Design direction change for checkstop dumps

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Ice5aef756d4b165222974918b2434e8ce4057ef1
diff --git a/analyzer/analyzer_main.cpp b/analyzer/analyzer_main.cpp
index 751bb55..71d47e9 100644
--- a/analyzer/analyzer_main.cpp
+++ b/analyzer/analyzer_main.cpp
@@ -128,12 +128,11 @@
 
         trace::inf("PEL created: PLID=0x%0" PRIx32, logId);
 
-        // Gather/return information needed for dump.
+        // Gather/return information needed for dump. A hardware dump will
+        // always be used for system checkstop attenions. Software dumps will be
+        // reserved for MP-IPLs during TI analysis.
         // TODO: Need ID from root cause. At the moment, HUID does not exist in
         //       devtree. Will need a better ID definition.
-        // TODO: HW dump is default, but some attentions may require something
-        //       different. Will need to investigate adding that information to
-        //       the RAS data files.
         o_dumpParameters.logId    = logId;
         o_dumpParameters.unitId   = 0;
         o_dumpParameters.dumpType = attn::DumpType::Hardware;