Nokia RX-51: Simplify copy kernel code
authorPali Rohár <pali@kernel.org>
Thu, 11 Aug 2022 20:27:23 +0000 (22:27 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 20 Aug 2022 20:17:50 +0000 (16:17 -0400)
commit04bd87c24c31bbd8f27f6d1f7484c9a17f622c9a
treec324e1059f137fe952e2cd139548dc94cc3cea73
parentc5be5f6f54893bce9b5f3e8e4b35e38c923fc069
Nokia RX-51: Simplify copy kernel code

Expression (r + (r0 - r1)) produce same result as (r - (r1 - r0)). So it
does not matter which one is called. Always call the first option and
remove second one.

Signed-off-by: Pali Rohár <pali@kernel.org>
board/nokia/rx51/lowlevel_init.S