Re: [U-Boot] api: bootelf: go: flush cache before starting

2018-01-12 Thread Emmanuel Vadot
On Tue, 9 Jan 2018 15:59:23 -0500 Tom Rini wrote: > On Mon, Dec 04, 2017 at 07:33:45PM +0100, Emmanuel Vadot wrote: > > > From: Warner Losh > > > > Some application might load some code at location that contain stale > > cache entries. Before running a

Re: [U-Boot] api: bootelf: go: flush cache before starting

2018-01-09 Thread Tom Rini
On Mon, Dec 04, 2017 at 07:33:45PM +0100, Emmanuel Vadot wrote: > From: Warner Losh > > Some application might load some code at location that contain stale > cache entries. Before running a elf or raw binary, flush the caches > if they are enabled. > > Reviewed-by: Tom Rini