Skip to content
Commit fca0cecf authored by Minkyu Kang's avatar Minkyu Kang Committed by Wolfgang Denk
Browse files

bootm: Reduce the unnecessary memmove



Although load address and image start address are same address,
bootm command always does memmove.
That is unnecessary memmove and can be taken few milliseconds
(about 500 msec to 1000 msec).
If skip this memmove, we can reduce the boot time.

Signed-off-by: Minkyu Kang's avatarMinkyu Kang <mk7.kang@samsung.com>
parent 670cbde8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment