Re: [U-Boot] [PATCH please test] fs/fat: reduce stack usage for SPL

2017-09-17 Thread Adam Ford
On Sun, Sep 17, 2017 at 8:42 AM, Tom Rini wrote: > On Sun, Sep 17, 2017 at 09:38:04AM -0400, Rob Clark wrote: > >> It seems like stack usage is a problem for SPL builds. So move itrblock >> off the stack. >> >> Please test this and see if it helps w/ current issues with SPL builds. >> Long term,

Re: [U-Boot] [PATCH please test] fs/fat: reduce stack usage for SPL

2017-09-17 Thread Tom Rini
On Sun, Sep 17, 2017 at 09:38:04AM -0400, Rob Clark wrote: > It seems like stack usage is a problem for SPL builds. So move itrblock > off the stack. > > Please test this and see if it helps w/ current issues with SPL builds. > Long term, I'm not sure if it is better to do this conditional on SP

[U-Boot] [PATCH please test] fs/fat: reduce stack usage for SPL

2017-09-17 Thread Rob Clark
It seems like stack usage is a problem for SPL builds. So move itrblock off the stack. Please test this and see if it helps w/ current issues with SPL builds. Long term, I'm not sure if it is better to do this conditional on SPL builds, or move to malloc()? At any rate, if this fixes SPL builds