diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-07-22 15:54:24 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-25 08:12:27 -0500 |
commit | 61fcb628627ea464dc1954f615ae13edfefd284f (patch) | |
tree | db8076e07c3390c576aa85383eadecbfd8dd602f /default-configs/mips64-softmmu.mak | |
parent | 0a70e094cd05c35dddfe471fd96266d02ac0dade (diff) |
isa_mmio: delete
It is not used anymore.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1374501278-31549-15-git-send-email-pbonzini@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'default-configs/mips64-softmmu.mak')
-rw-r--r-- | default-configs/mips64-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/mips64-softmmu.mak b/default-configs/mips64-softmmu.mak index d63895792b..89978543c4 100644 --- a/default-configs/mips64-softmmu.mak +++ b/default-configs/mips64-softmmu.mak @@ -3,7 +3,6 @@ include pci.mak include sound.mak include usb.mak -CONFIG_ISA_MMIO=y CONFIG_ESP=y CONFIG_VGA=y CONFIG_VGA_PCI=y |