efi: arm: Drop startup code from the app

The EFI app uses different startup and relocation code and the existing
code uses symbols not present in the app. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Simon Glass
2025-02-14 20:22:43 -07:00
parent 4448cb0e18
commit 1c52fa6278
2 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,9 @@
# (C) Copyright 2000-2003
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
ifndef CONFIG_EFI_APP
extra-y := start.o
endif
obj-y += cpu.o
ifndef CONFIG_$(PHASE_)TIMER

View File

@@ -24,11 +24,13 @@ endif # ARM64
endif # CONFIG_EFI_APP
ifndef CONFIG_XPL_BUILD
ifndef CONFIG_EFI_APP
ifdef CONFIG_ARM64
obj-y += relocate_64.o
else
obj-y += relocate.o
endif
endif # ARM64
endif # EFI_APP
obj-$(CONFIG_CPU_V7M) += cmd_boot.o
obj-$(CONFIG_OF_LIBFDT) += bootm-fdt.o