diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-22 07:37:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-22 07:37:43 -0400 |
commit | 2460098cffacd18729262e3ed36656e6943783ed (patch) | |
tree | 1c23bcec4fbcb250aeb5667aff8287751abafaea /include/configs | |
parent | 2dc5b553b9bcd701bd7abd60f99f407cb0c37762 (diff) | |
download | u-boot-2460098cffacd18729262e3ed36656e6943783ed.tar.gz |
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.
Diffstat (limited to 'include/configs')
0 files changed, 0 insertions, 0 deletions