summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-01 23:19:42 +0300
committerTom Rini <trini@konsulko.com>2023-02-07 22:33:48 +0300
commit449f11eb611b9c69f04a57b623863aab2734e0c3 (patch)
tree251babef2a050b0daca5023a364f1296d8e0ef58 /board
parent7931dfc5235d71e5a5c7d66509f0b2539664c8fa (diff)
downloadu-boot-449f11eb611b9c69f04a57b623863aab2734e0c3.tar.xz
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 <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/davinci/da8xxevm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/davinci/da8xxevm/Makefile b/board/davinci/da8xxevm/Makefile
index 8187c8db22..fe043d517f 100644
--- a/board/davinci/da8xxevm/Makefile
+++ b/board/davinci/da8xxevm/Makefile
@@ -5,6 +5,5 @@
#
# Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net>
-obj-$(CONFIG_MACH_DAVINCI_DA830_EVM) += da830evm.o
obj-$(CONFIG_MACH_DAVINCI_DA850_EVM) += da850evm.o
obj-$(CONFIG_TARGET_OMAPL138_LCDK) += omapl138_lcdk.o