diff options
author | Minkyu Kang <mk7.kang@samsung.com> | 2009-02-18 09:05:52 +0900 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-21 23:00:20 +0100 |
commit | fca0cecff73db99d99ad094cca7980472b8a11b5 (patch) | |
tree | 823c444758a43895eab992b307d638f11db32080 /common/docecc.c | |
parent | 670cbde8da83690fed1064c3358f54ae1d693ed2 (diff) | |
download | u-boot-imx-fca0cecff73db99d99ad094cca7980472b8a11b5.zip u-boot-imx-fca0cecff73db99d99ad094cca7980472b8a11b5.tar.gz u-boot-imx-fca0cecff73db99d99ad094cca7980472b8a11b5.tar.bz2 |
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 <mk7.kang@samsung.com>
Diffstat (limited to 'common/docecc.c')
0 files changed, 0 insertions, 0 deletions