armv8: remove no longer needed lowlevel_init.S
authorAndre Przywara <andre.przywara@arm.com>
Sun, 23 Jan 2022 00:31:06 +0000 (00:31 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Fri, 4 Feb 2022 00:09:57 +0000 (00:09 +0000)
commitb8cd7f439aa95df9509550c722c4e21e6b218d34
tree527343bea45fd8f6ba657d71446dcdcc98ddab74
parent534b82a1f2ed3e407ed6fb2b98e7ad0b74369416
armv8: remove no longer needed lowlevel_init.S

When we added Allwinner SoC support to ARMv8, we needed to pull in an
implementation of lowlevel_init() calling the C function s_init(), as
sunxi required it as this time.

The last few patches got rid of this bogus requirement, and as sunxi was
still the only user, we can now remove this lowlevel_init.S from ARMv8
altogether.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv8/Makefile
arch/arm/cpu/armv8/lowlevel_init.S [deleted file]
arch/arm/mach-sunxi/board.c