From 3ff2f001c2289186c88edf55779078395987bb60 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Thu, 13 Aug 2015 00:29:15 -0700 Subject: x86: Enable CONFIG_PCI_CONFIG_HOST_BRIDGE for all boards It looks that x86 chipset always contains a host bridge at pci b.d.f 0.0.0, so enable this for all boards. Signed-off-by: Bin Meng --- include/configs/qemu-x86.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/qemu-x86.h') diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 72df64e..1b544c1 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -28,7 +28,6 @@ #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_STD_DEVICES_SETTINGS "stdin=serial,vga\0" \ -- cgit v1.1