mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
* Patch by Daniel Engstrm, 13 Nov 2002:
Add support for i386 architecture and AMD SC520 board * Patch by Pierre Aubert, 12 Nov 2002: Add support for DOS filesystem and booting from DOS floppy disk
This commit is contained in:
parent
1d0350ed0b
commit
2262cfeef9
82 changed files with 10257 additions and 84 deletions
|
@ -67,7 +67,7 @@ struct stat {
|
|||
|
||||
#endif /* __PPC__ */
|
||||
|
||||
#ifdef __ARM__
|
||||
#if defined (__ARM__) || defined (__I386__)
|
||||
|
||||
struct stat {
|
||||
unsigned short st_dev;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue