Re: [U-Boot] u-boot spl with fat32 on arm

2014-01-29 Thread Tom Rini
On Tue, Jan 28, 2014 at 03:23:23PM +0100, Michal Simek wrote: Hi guys, I do play a little bit with u-boot spl and I am curious about fat32 implementation. There is MAX_CLUSTSIZE which is 65k and there are 3 buffers in fat.c code do_fat_read_at_block get_contents_vfatname_block

Re: [U-Boot] u-boot spl with fat32 on arm

2014-01-29 Thread Michal Simek
On 01/29/2014 10:57 PM, Tom Rini wrote: On Tue, Jan 28, 2014 at 03:23:23PM +0100, Michal Simek wrote: Hi guys, I do play a little bit with u-boot spl and I am curious about fat32 implementation. There is MAX_CLUSTSIZE which is 65k and there are 3 buffers in fat.c code do_fat_read_at_block

[U-Boot] u-boot spl with fat32 on arm

2014-01-28 Thread Michal Simek
Hi guys, I do play a little bit with u-boot spl and I am curious about fat32 implementation. There is MAX_CLUSTSIZE which is 65k and there are 3 buffers in fat.c code do_fat_read_at_block get_contents_vfatname_block get_dentfromdir_block All these 3 are placed to bss section. I have just 192k of