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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user