Add missing hw file to wizard markup.
[bertos.git] / wizard / BCpuPage.py
index d5ef0b50ac3fdcd22d84ee836d37576660be86ce..8ebaf4125fb2a496e574901c40d2d7924b3630c7 100644 (file)
@@ -66,8 +66,8 @@ class BCpuPage(BWizardPage):
                         infos[key] = qvariant_converter.getStringList(value)
                     if type(CPU_DEF[key]) == str or type(CPU_DEF) == unicode:
                         infos[key] = qvariant_converter.getString(value)
-                elif key.startswith("MK_"):
-                    pass
+                elif key.startswith(MK_PARAM_ID):
+                    infos[key] = qvariant_converter.getString(value)
                 else:
                     del infos[key]
             self.setProjectInfo("CPU_INFOS", infos)