mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Add ADI Blackfin support
- add support for Analog Devices Blackfin BF533 CPU - add support for the ADI BF533 Stamp uClinux board - add support for the ADI BF533 EZKit board Patches by Richard Klingler, June 11th 2005:
This commit is contained in:
parent
dc013d4640
commit
0afe519a43
15 changed files with 88 additions and 7 deletions
|
@ -67,7 +67,7 @@ struct stat {
|
|||
|
||||
#endif /* __PPC__ */
|
||||
|
||||
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__)
|
||||
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__blackfin__)
|
||||
|
||||
struct stat {
|
||||
unsigned short st_dev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue