]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Support 'source' command
authorSimon Glass <sjg@chromium.org>
Sat, 20 Apr 2013 08:42:49 +0000 (08:42 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 15:17:21 +0000 (11:17 -0400)
commit4ca30d60248b42ac6f949b3e797fbec939387cb0
treede45f6b48f959b653e5258ea63fa7448a5649ab3
parent39042d821ed882d448f1bcd6505df7fb6700b8f0
sandbox: Support 'source' command

Enhance the source command to work with sandbox, by using map_sysmem() to
convert a ulong address into a pointer.

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