commit | 59417d0e477b3bbacd9de33bed79b5d8c24eaf60 | [log] [tgz] |
---|---|---|
author | Tyler Hall <tylerwhall@gmail.com> | Wed Apr 12 16:29:15 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 18 10:27:57 2017 -0400 |
tree | 0aaf0af61247cd065969af7f4ba5088928f827f8 | |
parent | 31ade57186c303c52b65a02b70e7f686809205f8 [diff] |
cmd: cramfs: use map_sysmem for sandbox support As with most other commands, this needs to factor in the sysmem offset in the sandbox or it will try to dereference the simulated physical address directly. Signed-off-by: Tyler Hall <tylerwhall@gmail.com>