Skip to content
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
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment