mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Add cramfs support for m68k
Patch by Zachary Landau, 21 Feb 2005
This commit is contained in:
parent
bd51626c8d
commit
b66eb5282d
3 changed files with 26 additions and 1 deletions
|
@ -67,7 +67,7 @@ struct stat {
|
|||
|
||||
#endif /* __PPC__ */
|
||||
|
||||
#if defined (__ARM__) || defined (__I386__)
|
||||
#if defined (__ARM__) || defined (__I386__) || defined (__M68K__)
|
||||
|
||||
struct stat {
|
||||
unsigned short st_dev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue