]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Drop reference to CONFIG_ARCH_DEVICE_TREE
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:19:19 +0000 (13:19 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:47 +0000 (14:33 -0500)
This is not used anywhere. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/config.mk

index 1284ef390b51cab63dbe0df5e57d4058d272ba92..2d184c5f652a21712f1c5a4d90230d8955fde8de 100644 (file)
@@ -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