From: Simon Glass Date: Wed, 1 Feb 2023 20:19:42 +0000 (-0700) Subject: m68k: Drop unused CONFIG_MACH_DAVINCI_DA830_EVM X-Git-Tag: v2023.07~166^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=449f11eb611b9c69f04a57b623863aab2734e0c3;p=platform%2Fkernel%2Fu-boot.git m68k: Drop unused CONFIG_MACH_DAVINCI_DA830_EVM This option does not exist, so the Makefile rule does nothing. Drop it. Signed-off-by: Simon Glass --- diff --git a/board/davinci/da8xxevm/Makefile b/board/davinci/da8xxevm/Makefile index 8187c8d..fe043d5 100644 --- a/board/davinci/da8xxevm/Makefile +++ b/board/davinci/da8xxevm/Makefile @@ -5,6 +5,5 @@ # # Copyright (C) 2007 Sergey Kubushyn -obj-$(CONFIG_MACH_DAVINCI_DA830_EVM) += da830evm.o obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o obj-$(CONFIG_TARGET_OMAPL138_LCDK) += omapl138_lcdk.o