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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
608 B
25 lines
608 B
19 years ago
|
/*
|
||
|
* cdefBF531.h
|
||
|
*
|
||
|
* This file is subject to the terms and conditions of the GNU Public
|
||
|
* License. See the file "COPYING" in the main directory of this archive
|
||
|
* for more details.
|
||
|
*
|
||
|
* Non-GPL License also available as part of VisualDSP++
|
||
|
*
|
||
|
* http://www.analog.com/processors/resources/crosscore/visualDspDevSoftware.html
|
||
|
*
|
||
|
* (c) Copyright 2001-2005 Analog Devices, Inc. All rights reserved
|
||
|
*
|
||
|
* This file under source code control, please send bugs or changes to:
|
||
|
* dsptools.support@analog.com
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#ifndef _CDEFBF531_H
|
||
|
#define _CDEFBF531_H
|
||
|
|
||
|
#include <cdefBF532.h>
|
||
|
|
||
|
#endif /* _CDEFBF531_H */
|