u-boot-brain/fs/fat
Tom Rini 2460098cff fs/fat: Reduce stack usage
We have limited stack in SPL builds.  Drop itrblock and move to
malloc/free of itr to move this off of the stack.  As part of this fix a
double-free issue in fat_size().

Signed-off-by: Tom Rini <trini@konsulko.com>
---
Rework to use malloc/free as moving this to a global overflows some SH
targets.
2017-09-22 07:37:43 -04:00
..
fat_write.c fs/fat: Clean up open-coded sector <-> cluster conversions 2017-09-15 09:03:15 -04:00
fat.c fs/fat: Reduce stack usage 2017-09-22 07:37:43 -04:00
Kconfig fs: fat: add kbuild configuration support 2017-06-03 17:55:16 -04:00
Makefile fat/fs: remove a bunch of dead code 2017-09-15 09:03:12 -04:00