Skip to content
Snippets Groups Projects
Commit b038db85 authored by Matthias Weisser's avatar Matthias Weisser Committed by Wolfgang Denk
Browse files

memcpy/memmove: Do not copy to same address


In some cases (e.g. bootm with a elf payload which is already at the right
position) there is a in place copy of data to the same address. Catching this
saves some ms while booting.

Signed-off-by: default avatarMatthias Weisser <weisserm@arcor.de>
parent 942e3143
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