commit | 93f80ea20bffd6b38ba69f2ae42f162b3e68d135 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Tue Sep 24 11:32:29 2019 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:03 2019 -0600 |
tree | bb73fcccbc4f389b463871182f87f898b345f829 | |
parent | 9b265305a552e89b224f35d9293ac4845651a5b5 [diff] |
cmd: aes: use map_sysmem when accessing memory The aes command used to segfault when accessing memory in sandbox. The pointer accesses should be mapped. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>