Re: [U-Boot] [PATCH V2 3/4] cmd: aes: use map_sysmem when accessing memory

2019-09-23 Thread Simon Glass
On Mon, 23 Sep 2019 at 09:39, Philippe Reynes wrote: > > The aes command used to segfault when accessing memory in sandbox. > The pointer accesses should be mapped. > > Signed-off-by: Philippe Reynes > --- > cmd/aes.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --gi

[U-Boot] [PATCH V2 3/4] cmd: aes: use map_sysmem when accessing memory

2019-09-23 Thread Philippe Reynes
The aes command used to segfault when accessing memory in sandbox. The pointer accesses should be mapped. Signed-off-by: Philippe Reynes --- cmd/aes.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cmd/aes.c b/cmd/aes.c index 7ff4a71..3db110c 100644 --- a/cmd/aes.c