mirror of
https://xff.cz/git/u-boot/
synced 2025-10-17 16:02:33 +02: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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user