commit | 4ad7dd59e324fb138864b988b4cc6b71ac5a3fea | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon May 20 21:08:08 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Fri May 24 10:38:08 2013 -0400 |
tree | aa9ceb518a8bc908b40c6e34e05058765633ee5f | |
parent | ceb785a9a1afb22aaf7f87548d3871b67d7131d5 [diff] |
cmd_mem: fix cp command The "cp" command has not worked since commit 0628ab8ec59834f98ede267edd21ddb8ba0bb57b, because of the following lines, which set the destination and the source to the same address. buf = map_sysmem(addr, bytes); src = map_sysmem(addr, bytes); Tested-by: Tom Rini <trini@ti.com> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>