arm: mach-sc5xx: Remove manual bss_clear
authorGreg Malysa <malysagreg@gmail.com>
Fri, 28 Feb 2025 18:58:33 +0000 (13:58 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 13 Mar 2025 15:52:33 +0000 (09:52 -0600)
commit3ce975ab888b583cb5816b1aa453136ea9549a3c
tree9f983a8f38a8448d39a400b4a6cfa62b9ed4525e
parent962217d218cfb4e9584e2669f091eaba60654dd8
arm: mach-sc5xx: Remove manual bss_clear

The arm library includes an implementation of bss_clear that is already
called from crt0.S. This re-clearing of BSS should not be performed in
the machine code and should therefore be removed.

Signed-off-by: Greg Malysa <malysagreg@gmail.com>
arch/arm/mach-sc5xx/soc.c