dev, mips: Remove the unused MaltaPChip class
authorAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 3 Dec 2015 23:09:34 +0000 (23:09 +0000)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 3 Dec 2015 23:09:34 +0000 (23:09 +0000)
commit146dfd0356c4a086e397679eba1ffb57b19ce07a
treed4f1d09084639ee22ebd7c1ca96d2f4d03cc10be
parent00b2bd74377cfac4e06e578867b8af221b6323db
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.
src/dev/mips/Malta.py
src/dev/mips/SConscript
src/dev/mips/malta.cc
src/dev/mips/malta.hh
src/dev/mips/malta_pchip.cc [deleted file]
src/dev/mips/malta_pchip.hh [deleted file]