blob: 6e04bf0710165315ba261761643bd6c7106040e2 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Chunhe Lan0b2e13d2014-04-14 18:42:06 +08002/*
3 * Copyright 2014 Freescale Semiconductor, Inc.
Chunhe Lan0b2e13d2014-04-14 18:42:06 +08004 */
5
6#ifndef __T4RDB_H__
7#define __T4RDB_H__
8
9#undef CONFIG_SYS_NUM_FM1_DTSEC
10#undef CONFIG_SYS_NUM_FM2_DTSEC
11#define CONFIG_SYS_NUM_FM1_DTSEC 4
12#define CONFIG_SYS_NUM_FM2_DTSEC 4
13
14void fdt_fixup_board_enet(void *blob);
15void pci_of_setup(void *blob, bd_t *bd);
16
17#endif