Commit 82bc22ac8f2ac665d8c6cf2ac35e544873c2004e

Authored by Simon Glass
1 parent 7fd078cb8c

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: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Showing 1 changed file with 0 additions and 12 deletions Side-by-side Diff

include/configs/minnowmax.h
... ... @@ -18,18 +18,6 @@
18 18  
19 19 #define CONFIG_SMSC_LPC47M
20 20  
21   -#define CONFIG_PCI_MEM_BUS 0xd0000000
22   -#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
23   -#define CONFIG_PCI_MEM_SIZE 0x10000000
24   -
25   -#define CONFIG_PCI_PREF_BUS 0xc0000000
26   -#define CONFIG_PCI_PREF_PHYS CONFIG_PCI_PREF_BUS
27   -#define CONFIG_PCI_PREF_SIZE 0x10000000
28   -
29   -#define CONFIG_PCI_IO_BUS 0x2000
30   -#define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS
31   -#define CONFIG_PCI_IO_SIZE 0xe000
32   -
33 21 #define CONFIG_PCI_CONFIG_HOST_BRIDGE
34 22 #define CONFIG_SYS_EARLY_PCI_INIT
35 23 #define CONFIG_PCI_PNP