[PATCH 4/5] armv8: remove no longer needed lowlevel_init.S

Simon Glass sjg at chromium.org
Thu Jan 27 16:41:17 CET 2022


On Mon, 24 Jan 2022 at 18:15, Andre Przywara <andre.przywara at arm.com> wrote:
>
> When we added Allwinner SoC support to ARMv8, we needed to pull in an
> implementation of lowlevel_init, as sunxi required it at this time.
>
> The last few patches got rid of this bogus requirement, and as sunxi was
> still the only user, we can now remove lowlevel_init from ARMv8
> altogether.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
>  arch/arm/cpu/armv8/Makefile        |  1 -
>  arch/arm/cpu/armv8/lowlevel_init.S | 43 ------------------------------
>  arch/arm/mach-sunxi/board.c        |  4 ---
>  3 files changed, 48 deletions(-)
>  delete mode 100644 arch/arm/cpu/armv8/lowlevel_init.S

Reviewed-by: Simon Glass <sjg at chromium.org>
Tested on: orangepi_pc2, orangepi_pc, A20-OLinuXino_MICRO
Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list