]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Change md command to use map_physmem
authorSimon Glass <sjg@chromium.org>
Tue, 25 Oct 2011 13:51:09 +0000 (13:51 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 3 Nov 2011 21:35:01 +0000 (22:35 +0100)
commit355a835747c6f7c5071ead295a7dfc489c73cb03
tree5101c108c0151896dab797f7caa9b498bf0df8c2
parentb5728756e8af5633cbda4a1ba08aa244d60e60b5
sandbox: Change md command to use map_physmem

Sandbox wants to support commands which use memory. The map_physmen()
call provides this feature, so should be used more consistently in
U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
Tested-by: Matthias Weisser <weisserm@arcor.de>
common/cmd_mem.c