[U-Boot] [PATCH] cmd_mem: fix cp command
Tom Rini
trini at ti.com
Fri May 24 16:38:04 CEST 2013
On Tue, May 21, 2013 at 04:08:08PM +0900, Masahiro Yamada wrote:
> 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);
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Tested-by: Tom Rini <trini at ti.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130524/a4fe0e43/attachment.pgp>
More information about the U-Boot
mailing list