blob: 08d74b444ad24d626b9f647a2f655099c3d6decb [file] [log] [blame]
York Sunee52b182012-10-11 07:13:37 +00001/*
2 * Copyright 2007-2012 Freescale Semiconductor, Inc.
3 *
Wolfgang Denk1a459662013-07-08 09:37:19 +02004 * SPDX-License-Identifier: GPL-2.0+
York Sunee52b182012-10-11 07:13:37 +00005 */
6
7#include <common.h>
8#include <command.h>
9#include <pci.h>
10#include <asm/fsl_pci.h>
11#include <libfdt.h>
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}