t4rdb.h 360 B

123456789101112131415161718
  1. /*
  2. * Copyright 2014 Freescale Semiconductor, Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __T4RDB_H__
  7. #define __T4RDB_H__
  8. #undef CONFIG_SYS_NUM_FM1_DTSEC
  9. #undef CONFIG_SYS_NUM_FM2_DTSEC
  10. #define CONFIG_SYS_NUM_FM1_DTSEC 4
  11. #define CONFIG_SYS_NUM_FM2_DTSEC 4
  12. void fdt_fixup_board_enet(void *blob);
  13. void pci_of_setup(void *blob, bd_t *bd);
  14. #endif