46,50c46,49
< if buildEnv['FULL_SYSTEM']:
< class LinuxMipsSystem(MipsSystem):
< type = 'LinuxMipsSystem'
< system_type = 34
< system_rev = 1 << 10
---
> class LinuxMipsSystem(MipsSystem):
> type = 'LinuxMipsSystem'
> system_type = 34
> system_rev = 1 << 10
52,53c51,52
< boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency,
< "boot processor frequency")
---
> boot_cpu_frequency = Param.Frequency(Self.cpu[0].clock.frequency,
> "boot processor frequency")
55,60c54,59
< class BareIronMipsSystem(MipsSystem):
< type = 'BareIronMipsSystem'
< bare_iron = True
< system_type = 34
< system_rev = 1 << 10
< hex_file_name = Param.String('test.hex',"hex file that contains [address,data] pairs")
---
> class BareIronMipsSystem(MipsSystem):
> type = 'BareIronMipsSystem'
> bare_iron = True
> system_type = 34
> system_rev = 1 << 10
> hex_file_name = Param.String('test.hex',"hex file that contains [address,data] pairs")