diff options
author | Paul Brook <paul@codesourcery.com> | 2010-11-27 10:33:55 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2010-11-27 10:33:55 +0000 |
commit | 129cac5b5af110cfa94eae1a570c33ce795f0104 (patch) | |
tree | adad2f26503523521607ae6067c3a9c959fe639d /default-configs | |
parent | cf66924f81f022942e14b4e613f1bf0dd2bdf0eb (diff) |
Remove PCI from sparc32 target
None of the (current) sparc32 machines have a PCI bus, so remove the PCI
code from these configs.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'default-configs')
-rw-r--r-- | default-configs/sparc-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/sparc-softmmu.mak b/default-configs/sparc-softmmu.mak index 7c788b8c76..436d2a6560 100644 --- a/default-configs/sparc-softmmu.mak +++ b/default-configs/sparc-softmmu.mak @@ -1,6 +1,5 @@ # Default configuration for sparc-softmmu -include pci.mak CONFIG_ECC=y CONFIG_ESP=y CONFIG_ESCC=y |