Skip to content
Snippets Groups Projects
Commit 53237afe authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

cmd_mem: fix cp command


The "cp" command has not worked since
commit 0628ab8e,
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: default avatarTom Rini <trini@ti.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent c28cbfa1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment