Re: [U-Boot] dfu: mmc: call fs functions instead of run_command

2019-01-31 Thread Stephen Warren
On 1/30/19 7:42 PM, Tom Rini wrote: On Fri, Jan 25, 2019 at 07:58:01PM +0100, Simon Goldschmidt wrote: This unbreaks dfu mmc_file_op which is currently broken since using the load cmd on a buffer from heap is not allowed - added with commit aa3c609e2be5 ("fs: prevent overwriting reserved memory

Re: [U-Boot] dfu: mmc: call fs functions instead of run_command

2019-01-30 Thread Tom Rini
On Fri, Jan 25, 2019 at 07:58:01PM +0100, Simon Goldschmidt wrote: > This unbreaks dfu mmc_file_op which is currently broken since using the > load cmd on a buffer from heap is not allowed - added with > commit aa3c609e2be5 ("fs: prevent overwriting reserved memory") > > Fixes: commit aa3c609e2be