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:
Wolfgang Denk 2006-03-12 02:10:00 +01:00
parent dc013d4640
commit 0afe519a43
15 changed files with 88 additions and 7 deletions

View file

@ -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;