]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit69fef03cb73890ea7d988098199f936c63446e3b
tree527343bea45fd8f6ba657d71446dcdcc98ddab74
parent6ac7c9da0c0411452e3e9a4bd777157a4dbea4b7
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