Skip to content
Snippets Groups Projects
Commit 82bc22ac authored by Simon Glass's avatar Simon Glass
Browse files

x86: minnowmax: Drop the old PCI settings


These are now in the device tree so we don't need to use the CONFIG options.
Drop them.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 7fd078cb
No related branches found
No related tags found
No related merge requests found
...@@ -18,18 +18,6 @@ ...@@ -18,18 +18,6 @@
#define CONFIG_SMSC_LPC47M #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_PCI_CONFIG_HOST_BRIDGE
#define CONFIG_SYS_EARLY_PCI_INIT #define CONFIG_SYS_EARLY_PCI_INIT
#define CONFIG_PCI_PNP #define CONFIG_PCI_PNP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment