]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Change memory commands to use map_physmem
authorSimon Glass <sjg@chromium.org>
Sun, 24 Feb 2013 17:33:15 +0000 (17:33 +0000)
committerSimon Glass <sjg@chromium.org>
Fri, 1 Mar 2013 03:09:22 +0000 (19:09 -0800)
commit0628ab8ec59834f98ede267edd21ddb8ba0bb57b
treed1cb7ac657bef3302c171385af36bb94706694ac
parent4213fc2913722045eb2c327a64b99e3e3178aa5c
sandbox: Change memory commands to use map_physmem

Sandbox wants to support commands which use memory. The map_sysmen()
call provides this feature, so use this in the memory commands.

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