diff mbox

[PATCHv2,1/4] Cleanup leftover CONFIG_ISA_MMIO

Message ID 1435816427-9426-2-git-send-email-david@gibson.dropbear.id.au
State New
Headers show

Commit Message

David Gibson July 2, 2015, 5:53 a.m. UTC
Commit 61fcb62 "isa_mmio: delete" removed the CONFIG_ISA_MMIO switch and
the isa_mmio code controlled by it.  However, a few of the default-configs
still set the variable, pointlessly.   This cleans these up.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 default-configs/arm-softmmu.mak     | 1 -
 default-configs/ppc-softmmu.mak     | 1 -
 default-configs/ppc64-softmmu.mak   | 1 -
 default-configs/sparc64-softmmu.mak | 1 -
 4 files changed, 4 deletions(-)

Comments

Peter Maydell July 2, 2015, 8:06 a.m. UTC | #1
On 2 July 2015 at 06:53, David Gibson <david@gibson.dropbear.id.au> wrote:
> Commit 61fcb62 "isa_mmio: delete" removed the CONFIG_ISA_MMIO switch and
> the isa_mmio code controlled by it.  However, a few of the default-configs
> still set the variable, pointlessly.   This cleans these up.
>
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> ---
>  default-configs/arm-softmmu.mak     | 1 -
>  default-configs/ppc-softmmu.mak     | 1 -
>  default-configs/ppc64-softmmu.mak   | 1 -
>  default-configs/sparc64-softmmu.mak | 1 -
>  4 files changed, 4 deletions(-)

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM
diff mbox

Patch

diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak
index 74f1db3..03af787 100644
--- a/default-configs/arm-softmmu.mak
+++ b/default-configs/arm-softmmu.mak
@@ -3,7 +3,6 @@ 
 include pci.mak
 include usb.mak
 CONFIG_VGA=y
-CONFIG_ISA_MMIO=y
 CONFIG_NAND=y
 CONFIG_ECC=y
 CONFIG_SERIAL=y
diff --git a/default-configs/ppc-softmmu.mak b/default-configs/ppc-softmmu.mak
index 4befde3..d4d0f9b 100644
--- a/default-configs/ppc-softmmu.mak
+++ b/default-configs/ppc-softmmu.mak
@@ -3,7 +3,6 @@ 
 include pci.mak
 include sound.mak
 include usb.mak
-CONFIG_ISA_MMIO=y
 CONFIG_ESCC=y
 CONFIG_M48T59=y
 CONFIG_SERIAL=y
diff --git a/default-configs/ppc64-softmmu.mak b/default-configs/ppc64-softmmu.mak
index ab62cc7..f641848 100644
--- a/default-configs/ppc64-softmmu.mak
+++ b/default-configs/ppc64-softmmu.mak
@@ -3,7 +3,6 @@ 
 include pci.mak
 include sound.mak
 include usb.mak
-CONFIG_ISA_MMIO=y
 CONFIG_ESCC=y
 CONFIG_M48T59=y
 CONFIG_SERIAL=y
diff --git a/default-configs/sparc64-softmmu.mak b/default-configs/sparc64-softmmu.mak
index 123bb99..c0cdd64 100644
--- a/default-configs/sparc64-softmmu.mak
+++ b/default-configs/sparc64-softmmu.mak
@@ -2,7 +2,6 @@ 
 
 include pci.mak
 include usb.mak
-CONFIG_ISA_MMIO=y
 CONFIG_M48T59=y
 CONFIG_PTIMER=y
 CONFIG_SERIAL=y