diff options
author | Simon Glass <sjg@chromium.org> | 2015-07-03 18:28:26 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-14 18:03:19 -0600 |
commit | b71f9dca89013b8b100006029c98d04b495ebdf7 (patch) | |
tree | 7f7aa47e1be0e1518bcb7577fd91a0f6f5d4abe4 /include/configs/minnowmax.h | |
parent | 945cae79e1b547d6edcce53aae68be2e3679a364 (diff) | |
download | u-boot-b71f9dca89013b8b100006029c98d04b495ebdf7.tar.gz |
dm: x86: minnowmax: Move PCI to use driver model
Adjust minnowmax to use driver model for PCI. This requires adding a device
tree node to specify the ranges, removing the board-specific PCI code and
ensuring that the host bridge is configured.
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/minnowmax.h')
-rw-r--r-- | include/configs/minnowmax.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index e0f6f8a35c..af36ac5caf 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -32,6 +32,7 @@ #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 #define CONFIG_RTL8169 |