summaryrefslogtreecommitdiffstats
path: root/include/configs/qemu-x86.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-11-06 02:04:55 -0800
committerBin Meng <bmeng.cn@gmail.com>2015-11-13 06:46:26 -0800
commit6d41027fe2e734aa1e15fabc1523417b3b871691 (patch)
tree3c86802288d3d980938914b737328da37d2c268e /include/configs/qemu-x86.h
parent902ca5bdf37841c0b892317be603edb41f7cbc03 (diff)
downloadtalos-obmc-uboot-6d41027fe2e734aa1e15fabc1523417b3b871691.tar.gz
talos-obmc-uboot-6d41027fe2e734aa1e15fabc1523417b3b871691.zip
x86: Remove CONFIG_SYS_EARLY_PCI_INIT
CONFIG_SYS_EARLY_PCI_INIT is not needed any more since with driver model, PCI enumeration is automatically triggered. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/qemu-x86.h')
-rw-r--r--include/configs/qemu-x86.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h
index 32b22711da..ecb385c0b3 100644
--- a/include/configs/qemu-x86.h
+++ b/include/configs/qemu-x86.h
@@ -17,7 +17,6 @@
#define CONFIG_ARCH_MISC_INIT
#define CONFIG_ARCH_EARLY_INIT_R
-#define CONFIG_SYS_EARLY_PCI_INIT
#define CONFIG_PCI_PNP
#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,vga\0" \
OpenPOWER on IntegriCloud