upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
14 lines
228 B
14 lines
228 B
9 years ago
|
/*
|
||
|
* (C) Copyright 2014
|
||
|
* Dirk Eibach, Guntermann & Drunck GmbH, dirk.eibach@gdsys.cc
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _CH7301_H_
|
||
|
#define _CH7301_H_
|
||
|
|
||
|
int ch7301_probe(unsigned screen, bool power);
|
||
|
|
||
|
#endif
|