diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-11-06 02:04:55 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2015-11-13 06:46:26 -0800 |
commit | 6d41027fe2e734aa1e15fabc1523417b3b871691 (patch) | |
tree | 3c86802288d3d980938914b737328da37d2c268e /include/configs/galileo.h | |
parent | 902ca5bdf37841c0b892317be603edb41f7cbc03 (diff) | |
download | u-boot-6d41027fe2e734aa1e15fabc1523417b3b871691.tar.gz |
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/galileo.h')
-rw-r--r-- | include/configs/galileo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index ba6c8f172b..eb16a5eaca 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -21,7 +21,6 @@ /* ns16550 UART is memory-mapped in Quark SoC */ #undef CONFIG_SYS_NS16550_PORT_MAPPED -#define CONFIG_SYS_EARLY_PCI_INIT #define CONFIG_PCI_PNP #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ |