]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/freescale/t4qds/pci.c
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / board / freescale / t4qds / pci.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
ee52b188
YS
2/*
3 * Copyright 2007-2012 Freescale Semiconductor, Inc.
ee52b188
YS
4 */
5
6#include <common.h>
7#include <command.h>
8#include <pci.h>
9#include <asm/fsl_pci.h>
b08c8c48 10#include <linux/libfdt.h>
ee52b188
YS
11#include <fdt_support.h>
12#include <asm/fsl_serdes.h>
13
14void pci_init_board(void)
15{
16 fsl_pcie_init_board(0);
17}
18
19void pci_of_setup(void *blob, bd_t *bd)
20{
21 FT_FSL_PCI_SETUP;
22}