Copy and add hw files to makefile when needed
[bertos.git] / wizard / BCpuPage.py
index 68a9a912bd7ffdae8e5abc1708adac14a66c5a8c..86a7cadce638a390495be363cabecbb0e193cce9 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright 2008 Develer S.r.l. (http://www.develer.com/)
 # All rights reserved.
 #
-# $Id:$
+# $Id$
 #
 # Author: Lorenzo Berni <duplo@develer.com>
 #
@@ -79,6 +79,9 @@ class BCpuPage(BWizardPage):
         self.setupUi()
         if not cpu_name is None:
             self.selectItem(cpu_name)
+        cpu_frequency = self.projectInfo("SELECTED_FREQ")
+        if not cpu_frequency is None:
+            self.pageContent.frequencySpinBox.setValue(cpu_frequency)
         QApplication.instance().restoreOverrideCursor()
         self.emit(SIGNAL("completeChanged()"))