diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-05-20 21:08:08 +0000 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-07-30 06:39:57 +0800 |
commit | 6d721ba979650092a036362e2f0376ce1f2e3ab9 (patch) | |
tree | 29f3b3e8956759e3d6d28c2f3783a9eb7f7b913f /arch | |
parent | 82684111e07ec7817dd0abb49badcb9b9173fea3 (diff) | |
download | u-boot-imx-6d721ba979650092a036362e2f0376ce1f2e3ab9.zip u-boot-imx-6d721ba979650092a036362e2f0376ce1f2e3ab9.tar.gz u-boot-imx-6d721ba979650092a036362e2f0376ce1f2e3ab9.tar.bz2 |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions