diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-27 15:47:29 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-08-05 08:42:42 -0600 |
commit | 82bc22ac8f2ac665d8c6cf2ac35e544873c2004e (patch) | |
tree | 44a4c71779825096f6266c2249b98da154e96550 /include/configs/minnowmax.h | |
parent | 7fd078cb8c4c132aff0ba5c9029bf7055ca9ea99 (diff) | |
download | u-boot-82bc22ac8f2ac665d8c6cf2ac35e544873c2004e.tar.gz |
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>
Diffstat (limited to 'include/configs/minnowmax.h')
-rw-r--r-- | include/configs/minnowmax.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index d0a8aa696a..2a40d1f947 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -18,18 +18,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 |