cmd: cramfs: use map_sysmem for sandbox support
authorTyler Hall <tylerwhall@gmail.com>
Wed, 12 Apr 2017 20:29:15 +0000 (16:29 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 18 Apr 2017 14:27:57 +0000 (10:27 -0400)
commit511c66b1e659078de8692fdf2aa7d624f95110e1
tree0aaf0af61247cd065969af7f4ba5088928f827f8
parentf6c1df44b815a08585e7fd3805a1db51a5955d09
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>
cmd/cramfs.c