sandbox: Support the bmp command
authorSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2016 16:30:58 +0000 (09:30 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:22 +0000 (19:06 -0700)
commit72b335e91d41ff5dfecdea57d3397f368bb488f5
tree81efdfc4a82091cd0fc40cd6dea89bdf661545fa
parent74b1320ae535b9dfe6fb7a86e05a8787e503f59c
sandbox: Support the bmp command

Adjust this command to use map_sysmem() correctly so that it works on
sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/cmd_bmp.c