dev, mips: Remove the unused MaltaPChip class

The MaltaPChip class is currently unused and identical (except for the
class name) to the TsunamiPChip. If someone decides to implement PCI
for Malta, they should make sure to share code with the Tsunami
implementation if they are similar.
This commit is contained in:
Andreas Sandberg
2015-12-03 23:09:34 +00:00
parent 00b2bd7437
commit 146dfd0356
6 changed files with 1 additions and 447 deletions

View File

@@ -39,4 +39,4 @@ if env['TARGET_ISA'] == 'mips':
Source('malta.cc')
Source('malta_cchip.cc')
Source('malta_io.cc')
Source('malta_pchip.cc')