iminfo: add missing map_sysmem
authorPhilippe Reynes <philippe.reynes@softathome.com>
Mon, 2 Dec 2019 14:45:50 +0000 (15:45 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 5 Dec 2019 15:28:38 +0000 (10:28 -0500)
commitae0d12f8df7b6fe6f04f567e1dc9d5b760a394d1
tree362ad44058605b5d1cdd9f83b96d8cc35c63b56d
parentd4d65e1125459c8e8286684c8e84fdc7df9da062
iminfo: add missing map_sysmem

The command iminfo 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>
cmd/bootm.c