commit | 117310f5351598d8bd13b9634033dcdee8618a2a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 25 13:51:09 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Nov 03 22:35:01 2011 +0100 |
tree | 5101c108c0151896dab797f7caa9b498bf0df8c2 | |
parent | 2a97379da1fe016240d04723ac0f3484ebcd8608 [diff] |
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>