]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/freescale/t4rdb/pci.c
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
[thirdparty/u-boot.git] / board / freescale / t4rdb / pci.c
CommitLineData
0b2e13d9
CL
1/*
2 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#include <common.h>
8#include <command.h>
9#include <pci.h>
10#include <asm/fsl_pci.h>
b08c8c48 11#include <linux/libfdt.h>
0b2e13d9
CL
12#include <fdt_support.h>
13#include <asm/fsl_serdes.h>
14
15void pci_init_board(void)
16{
17 fsl_pcie_init_board(0);
18}
19
20void pci_of_setup(void *blob, bd_t *bd)
21{
22 FT_FSL_PCI_SETUP;
23}