1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

[PATCH] MTD partition support, JFFS2 support

This commit is contained in:
Michal Simek
2007-04-24 23:01:02 +02:00
parent 3255644384
commit 144876a380
3 changed files with 30 additions and 4 deletions

View File

@@ -67,7 +67,8 @@ struct stat {
#endif /* __PPC__ */
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__blackfin__)
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__) || defined (__blackfin__) ||\
defined (__microblaze__)
struct stat {
unsigned short st_dev;