]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Adjust bootm command to work with sandbox
authorSimon Glass <sjg@chromium.org>
Thu, 16 May 2013 13:53:24 +0000 (13:53 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:31 +0000 (16:06 -0400)
commitaed161e5fe86e75e732f22ba1f82711d8d257c5a
treec7454cebc9e561468d91795624cbfbc60a3d7f87
parent53f375fa819c656eec32ac779456a612836ae006
sandbox: Adjust bootm command to work with sandbox

Use map_sysmem() when converting from addresses to pointers, so that
bootm can be used with sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_bootm.c