openrisc/boot: Remove unnecessary initialisation in memcpy().
authorKuniyuki Iwashima <kuniyu@amazon.co.jp>
Sun, 23 Jan 2022 02:01:00 +0000 (11:01 +0900)
committerStafford Horne <shorne@gmail.com>
Sun, 30 Jan 2022 08:44:34 +0000 (17:44 +0900)
commit862cf8d5fd98ed8ea8989726ed5da53761a9ed76
tree25b280fc2cb298c5ea070deaa078aa15ab38bcc1
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
openrisc/boot: Remove unnecessary initialisation in memcpy().

'd' and 's' are initialised later with 'dest_w' and 'src_w', so we need not
initialise them before that.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/lib/memcpy.c