[U-Boot] [PATCH 13/15] x86: minnowmax: Drop the old PCI settings
Simon Glass
sjg at chromium.org
Mon Jul 27 23:47:29 CEST 2015
These are now in the device tree so we don't need to use the CONFIG options.
Drop them.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/configs/minnowmax.h | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h
index 6dad2b1..cdbb65d 100644
--- a/include/configs/minnowmax.h
+++ b/include/configs/minnowmax.h
@@ -19,18 +19,6 @@
#define CONFIG_SMSC_LPC47M
-#define CONFIG_PCI_MEM_BUS 0xd0000000
-#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
-#define CONFIG_PCI_MEM_SIZE 0x10000000
-
-#define CONFIG_PCI_PREF_BUS 0xc0000000
-#define CONFIG_PCI_PREF_PHYS CONFIG_PCI_PREF_BUS
-#define CONFIG_PCI_PREF_SIZE 0x10000000
-
-#define CONFIG_PCI_IO_BUS 0x2000
-#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS
-#define CONFIG_PCI_IO_SIZE 0xe000
-
#define CONFIG_PCI_CONFIG_HOST_BRIDGE
#define CONFIG_SYS_EARLY_PCI_INIT
#define CONFIG_PCI_PNP
--
2.5.0.rc2.392.g76e840b
More information about the U-Boot
mailing list