mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
sandbox: Drop reference to CONFIG_ARCH_DEVICE_TREE
This is not used anywhere. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -44,8 +44,6 @@ cmd_u-boot-spl = (cd $(obj) && $(CC) -o $(SPL_BIN) -Wl,-T u-boot-spl.lds \
|
|||||||
-Wl,--no-whole-archive \
|
-Wl,--no-whole-archive \
|
||||||
$(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot-spl.map -Wl,--gc-sections)
|
$(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot-spl.map -Wl,--gc-sections)
|
||||||
|
|
||||||
CONFIG_ARCH_DEVICE_TREE := sandbox
|
|
||||||
|
|
||||||
ifeq ($(HOST_ARCH),$(HOST_ARCH_X86_64))
|
ifeq ($(HOST_ARCH),$(HOST_ARCH_X86_64))
|
||||||
EFI_LDS := ${SRCDIR}/../../../arch/x86/lib/elf_x86_64_efi.lds
|
EFI_LDS := ${SRCDIR}/../../../arch/x86/lib/elf_x86_64_efi.lds
|
||||||
EFI_TARGET := --target=efi-app-x86_64
|
EFI_TARGET := --target=efi-app-x86_64
|
||||||
|
Reference in New Issue
Block a user