Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Chunhe Lan | 8e4f3ff | 2014-04-14 18:42:06 +0800 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2014 Freescale Semiconductor, Inc. |
Chunhe Lan | 8e4f3ff | 2014-04-14 18:42:06 +0800 | [diff] [blame] | 4 | */ |
| 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 | |
| 14 | void fdt_fixup_board_enet(void *blob); |
Masahiro Yamada | f7ed78b | 2020-06-26 15:13:33 +0900 | [diff] [blame] | 15 | void pci_of_setup(void *blob, struct bd_info *bd); |
Chunhe Lan | 8e4f3ff | 2014-04-14 18:42:06 +0800 | [diff] [blame] | 16 | |
| 17 | #endif |