Re: [U-Boot] [PATCH 3/5] api: Flush cache when closing api

2018-05-04 Thread Tom Rini
On Fri, May 04, 2018 at 09:12:49AM +0200, Emmanuel Vadot wrote: > On Mon, 30 Apr 2018 10:37:50 +0200 > "Dr. Philipp Tomsich" wrote: > > > > > > On 30 Apr 2018, at 10:34, Emmanuel Vadot wrote: > > > > > > Signed-off-by: Emmanuel Vadot

Re: [U-Boot] [PATCH 3/5] api: Flush cache when closing api

2018-05-04 Thread Simon Glass
Hi, On 4 May 2018 at 01:12, Emmanuel Vadot wrote: > On Mon, 30 Apr 2018 10:37:50 +0200 > "Dr. Philipp Tomsich" wrote: > >> >> > On 30 Apr 2018, at 10:34, Emmanuel Vadot wrote: >> > >> > Signed-off-by: Emmanuel

Re: [U-Boot] [PATCH 3/5] api: Flush cache when closing api

2018-05-04 Thread Emmanuel Vadot
On Mon, 30 Apr 2018 10:37:50 +0200 "Dr. Philipp Tomsich" wrote: > > > On 30 Apr 2018, at 10:34, Emmanuel Vadot wrote: > > > > Signed-off-by: Emmanuel Vadot > > --- > > api/api.c | 11 +++ > > 1 file changed, 11

Re: [U-Boot] [PATCH 3/5] api: Flush cache when closing api

2018-04-30 Thread Dr. Philipp Tomsich
> On 30 Apr 2018, at 10:34, Emmanuel Vadot wrote: > > Signed-off-by: Emmanuel Vadot > --- > api/api.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/api/api.c b/api/api.c > index 7eee2fc083..7d1608b520 100644 > --- a/api/api.c > +++