Re: [U-Boot] [PATCH] part_dos: check status flags of partitions

2009-10-18 Thread Wolfgang Denk
Dear Daniel Mack, In message <20090928100400.gy9...@buzzloop.caiaq.de> you wrote: > The current fatload code has a problem together with the way the DOS > partition parser is implemented. > > This hit me when I tried to load a file from a USB stick which had no > partition table but a FAT16 direc

Re: [U-Boot] [PATCH] part_dos: check status flags of partitions

2009-10-03 Thread Wolfgang Denk
Dear Daniel Mack, In message <20091003050534.go9...@buzzloop.caiaq.de> you wrote: > ping? I have a huge backlog. Please be patient with me. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Gro

Re: [U-Boot] [PATCH] part_dos: check status flags of partitions

2009-10-02 Thread Daniel Mack
ping? On Mon, Sep 28, 2009 at 12:04:00PM +0200, Daniel Mack wrote: > The current fatload code has a problem together with the way the DOS > partition parser is implemented. > > This hit me when I tried to load a file from a USB stick which had no > partition table but a FAT16 directly written to

[U-Boot] [PATCH] part_dos: check status flags of partitions

2009-09-28 Thread Daniel Mack
The current fatload code has a problem together with the way the DOS partition parser is implemented. This hit me when I tried to load a file from a USB stick which had no partition table but a FAT16 directly written to the first sector. With such an environment, get_partition_info_extended() sti