summaryrefslogtreecommitdiffstats
path: root/board/freescale/mpc8568mds/mpc8568mds.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-11-14 12:57:47 -0700
committerTom Rini <trini@konsulko.com>2019-12-02 18:25:25 -0500
commit2cf431c228776d9899dfb980086b86d4dd3b2473 (patch)
tree04802b4219abf36de771b8006d471afe541670f7 /board/freescale/mpc8568mds/mpc8568mds.c
parent5255932f0167c502fc7fce527bfe7e81df3322f9 (diff)
downloadu-boot-2cf431c228776d9899dfb980086b86d4dd3b2473.tar.gz
u-boot-2cf431c228776d9899dfb980086b86d4dd3b2473.tar.xz
u-boot-2cf431c228776d9899dfb980086b86d4dd3b2473.zip
common: Move pci_init_board() out of common.h
This function can be dropped when all boards use driver model for PCI. For now, move it into init.h with a comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/freescale/mpc8568mds/mpc8568mds.c')
-rw-r--r--board/freescale/mpc8568mds/mpc8568mds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mpc8568mds/mpc8568mds.c b/board/freescale/mpc8568mds/mpc8568mds.c
index dd2d15ea00..5167f81be7 100644
--- a/board/freescale/mpc8568mds/mpc8568mds.c
+++ b/board/freescale/mpc8568mds/mpc8568mds.c
@@ -6,6 +6,7 @@
*/
#include <common.h>
+#include <init.h>
#include <pci.h>
#include <asm/processor.h>
#include <asm/mmu.h>