summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-07-04 00:28:26 (GMT)
committerSimon Glass <sjg@chromium.org>2015-07-15 00:03:19 (GMT)
commitb71f9dca89013b8b100006029c98d04b495ebdf7 (patch)
tree7f7aa47e1be0e1518bcb7577fd91a0f6f5d4abe4 /configs
parent945cae79e1b547d6edcce53aae68be2e3679a364 (diff)
downloadu-boot-fsl-qoriq-b71f9dca89013b8b100006029c98d04b495ebdf7.tar.xz
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 'configs')
-rw-r--r--configs/minnowmax_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig
index b578805..45f666c 100644
--- a/configs/minnowmax_defconfig
+++ b/configs/minnowmax_defconfig
@@ -22,3 +22,4 @@ CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
CONFIG_FRAMEBUFFER_VESA_MODE_11A=y
CONFIG_USE_PRIVATE_LIBGCC=y
CONFIG_SYS_VSNPRINTF=y
+CONFIG_DM_PCI=y