diff options
-rw-r--r-- | include/configs/qemu-x86.h | 1 | ||||
-rw-r--r-- | include/configs/x86-common.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 77f88d2422..d01936b47b 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -29,6 +29,7 @@ #define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS #define CONFIG_PCI_IO_SIZE 0xe000 +#define CONFIG_PCI_CONFIG_HOST_BRIDGE #define CONFIG_PCI_PNP #define CONFIG_E1000 diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 0c0130af8c..1917d87ac5 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -244,6 +244,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ CONFIG_STD_DEVICES_SETTINGS \ + "pciconfighost=1\0" \ "netdev=eth0\0" \ "consoledev=ttyS0\0" \ "othbootargs=acpi=off\0" \ |