repo.or.cz
/
u-boot
/
qq2440-u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: vf610: add uart0 clock/iomux definitions
[u-boot/qq2440-u-boot.git]
/
board
/
freescale
/
corenet_ds
/
corenet_ds.h
blob
ca4986e4328202cd6828ab2da22fd89a80e5f86f
1
/*
2
* Copyright 2011 Freescale Semiconductor, Inc.
3
*
4
* SPDX-License-Identifier: GPL-2.0+
5
*/
6
7
#ifndef __CORENET_DS_H__
8
#define __CORENET_DS_H__
9
10
void
fdt_fixup_board_enet
(
void
*
blob
);
11
void
pci_of_setup
(
void
*
blob
,
bd_t
*
bd
);
12
13
#endif