diff options
author | Thomas Huth <huth@tuxfamily.org> | 2017-01-26 09:30:51 +0100 |
---|---|---|
committer | Thomas Huth <huth@tuxfamily.org> | 2017-02-18 22:23:25 +0100 |
commit | 22f2dbe7eaf3e12e38c9c21081d72bf09e83ef90 (patch) | |
tree | e874475f00eb55f14cd95244a4807dcf04b0d105 /MAINTAINERS | |
parent | ad584d37f2a86b392c25f3f00cc1f1532676c2d1 (diff) |
hw/m68k: Remove dummy machine
Since it is now possible to instantiate a CPU and RAM with the "none"
machine, too, and a kernel can be loaded there with the generic loader
device, there is no more need for the m68k "dummy" machine. Thus let's
remove this unmaintained file now.
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fb57d8eb45..3efe7c5299 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -565,10 +565,6 @@ S: Orphan F: hw/m68k/an5206.c F: hw/m68k/mcf5206.c -dummy_m68k -S: Orphan -F: hw/m68k/dummy_m68k.c - mcf5208 S: Orphan F: hw/m68k/mcf5208.c |