]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/freescale/common/cds_pci_ft.c
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / board / freescale / common / cds_pci_ft.c
CommitLineData
83d290c5 1// SPDX-License-Identifier: GPL-2.0+
0e16387d
MM
2/*
3 * Copyright 2004 Freescale Semiconductor.
0e16387d
MM
4 */
5
d678a59d 6#include <common.h>
b08c8c48 7#include <linux/libfdt.h>
b90d2549 8#include <fdt_support.h>
084d648b
AF
9#include "cadmus.h"
10
b90d2549 11#if defined(CONFIG_OF_BOARD_SETUP)
b75d8dc5 12int ft_board_setup(void *blob, struct bd_info *bd)
0e16387d 13{
b90d2549 14 ft_cpu_setup(blob, bd);
e895a4b0
SG
15
16 return 0;
0e16387d
MM
17}
18#endif