summaryrefslogtreecommitdiff
path: root/src/arch/mips/MipsSystem.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/MipsSystem.py')
-rw-r--r--src/arch/mips/MipsSystem.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/mips/MipsSystem.py b/src/arch/mips/MipsSystem.py
index fc4f1efa3..c8df257e0 100644
--- a/src/arch/mips/MipsSystem.py
+++ b/src/arch/mips/MipsSystem.py
@@ -49,6 +49,9 @@ if buildEnv['FULL_SYSTEM']:
system_type = 34
system_rev = 1 << 10
+ boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency,
+ "boot processor frequency")
+
class BareIronMipsSystem(MipsSystem):
type = 'BareIronMipsSystem'
bare_iron = True