Convert CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT to Kconfig
[platform/kernel/u-boot.git] / board / xes / common / fsl_8xxx_pci.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright 2008 Extreme Engineering Solutions, Inc.
4  * Copyright 2007-2008 Freescale Semiconductor, Inc.
5  */
6
7 #include <common.h>
8 #include <init.h>
9 #include <pci.h>
10 #include <asm/fsl_pci.h>
11 #include <asm/fsl_serdes.h>
12 #include <asm/io.h>
13 #include <linux/compiler.h>
14 #include <linux/libfdt.h>
15 #include <fdt_support.h>
16
17 #if defined(CONFIG_OF_BOARD_SETUP)
18 void ft_board_pci_setup(void *blob, struct bd_info *bd)
19 {
20         FT_FSL_PCI_SETUP;
21 }
22 #endif /* CONFIG_OF_BOARD_SETUP */