[PATCH 09/88] sandbox: Drop reference to CONFIG_ARCH_DEVICE_TREE

Simon Glass sjg at chromium.org
Mon Jan 23 22:59:12 CET 2023


This is not used anywhere. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/sandbox/config.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/sandbox/config.mk b/arch/sandbox/config.mk
index 1284ef390b5..2d184c5f652 100644
--- a/arch/sandbox/config.mk
+++ b/arch/sandbox/config.mk
@@ -44,8 +44,6 @@ cmd_u-boot-spl = (cd $(obj) && $(CC) -o $(SPL_BIN) -Wl,-T u-boot-spl.lds \
 	-Wl,--no-whole-archive \
 	$(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot-spl.map -Wl,--gc-sections)
 
-CONFIG_ARCH_DEVICE_TREE := sandbox
-
 ifeq ($(HOST_ARCH),$(HOST_ARCH_X86_64))
 EFI_LDS := ${SRCDIR}/../../../arch/x86/lib/elf_x86_64_efi.lds
 EFI_TARGET := --target=efi-app-x86_64
-- 
2.39.1.456.gfc5497dd1b-goog



More information about the U-Boot mailing list