]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/t102xrdb/t102xrdb.h
armv7: ls1021aqds: Set cpo_sample for erratum A-009942
[people/ms/u-boot.git] / board / freescale / t102xrdb / t102xrdb.h
CommitLineData
48c6f328
SL
1/*
2 * Copyright 2014 Freescale Semiconductor, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __T1024_RDB_H__
8#define __T1024_RDB_H__
9
10void fdt_fixup_board_enet(void *blob);
11void pci_of_setup(void *blob, bd_t *bd);
9082405d 12#ifdef CONFIG_TARGET_T1023RDB
ff7ea2d1
SL
13static u32 t1023rdb_ctrl(u32 ctrl_type);
14static void fdt_enable_nor(void *blob);
e8a7f1c3 15#endif
48c6f328 16#endif