MEM: Remove legacy DRAM in preparation for memory updates
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 30 Mar 2012 16:57:48 +0000 (12:57 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 30 Mar 2012 16:57:48 +0000 (12:57 -0400)
commit74043c4f5c6f4b4d43c518f47da4cd1bd68b9e08
treec2da6f291c42463e6cb0adb4d59a275c97ac33f1
parenta128ba7cd1ab506e3468c82c1060a7fb4ad909b1
MEM: Remove legacy DRAM in preparation for memory updates

This patch removes the DRAM memory class in preparation for updates to
the memory system, with the first one introducing an abstract memory
class, and removing the assumption of a single physical memory.
src/mem/PhysicalMemory.py
src/mem/SConscript
src/mem/dram.cc [deleted file]
src/mem/dram.hh [deleted file]