commit | b5f461a8ba8e7df318b1a8be52f0fae18cb92e65 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Mon Dec 02 17:33:22 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 05 10:28:38 2019 -0500 |
tree | 79be3853b128c75dc47a7ec4f7edd76dba5078f8 | |
parent | f6f75eea445fe1facf21150dbdfc1fbf2d59b292 [diff] |
cmd: cp: add missing map_sysmem The command cp fails on sandbox because the address is used directly. To fix this issue, we call the function map_sysmem to translate the address. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>