t102xrdb.h 350 B

12345678910111213141516
  1. /*
  2. * Copyright 2014 Freescale Semiconductor, Inc.
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #ifndef __T1024_RDB_H__
  7. #define __T1024_RDB_H__
  8. void fdt_fixup_board_enet(void *blob);
  9. void pci_of_setup(void *blob, bd_t *bd);
  10. #ifdef CONFIG_TARGET_T1023RDB
  11. static u32 t1023rdb_ctrl(u32 ctrl_type);
  12. static void fdt_enable_nor(void *blob);
  13. #endif
  14. #endif