summaryrefslogtreecommitdiff
path: root/include/configs/galileo.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-09-03 12:37:26 (GMT)
committerSimon Glass <sjg@chromium.org>2015-09-09 13:48:03 (GMT)
commit31b5aebd5e00af84709711d8b9a60ebaf9deeed6 (patch)
tree50d2151b29e617f9f08e8a937de611a4e51e5ec0 /include/configs/galileo.h
parent316fd3920f67fa8d3ca25a81ceead546464145fa (diff)
downloadu-boot-31b5aebd5e00af84709711d8b9a60ebaf9deeed6.tar.xz
x86: Convert to use driver model pci on quark/galileo
Move to driver model pci for Intel quark/galileo. 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.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h
index 3c3c6e9..b7ec279 100644
--- a/include/configs/galileo.h
+++ b/include/configs/galileo.h
@@ -20,18 +20,6 @@
/* ns16550 UART is memory-mapped in Quark SoC */
#undef CONFIG_SYS_NS16550_PORT_MAPPED
-#define CONFIG_PCI_MEM_BUS 0x90000000
-#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
-#define CONFIG_PCI_MEM_SIZE 0x20000000
-
-#define CONFIG_PCI_PREF_BUS 0xb0000000
-#define CONFIG_PCI_PREF_PHYS CONFIG_PCI_PREF_BUS
-#define CONFIG_PCI_PREF_SIZE 0x20000000
-
-#define CONFIG_PCI_IO_BUS 0x2000
-#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS
-#define CONFIG_PCI_IO_SIZE 0xe000
-
#define CONFIG_SYS_EARLY_PCI_INIT
#define CONFIG_PCI_PNP