aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-18 11:33:39 -0400
committerTom Rini <trini@konsulko.com>2022-07-25 14:57:27 -0400
commit032c9b045c6cf8f9acc38bd7867b6314614ebddc (patch)
treeec2112577b1e42f98252ee108fdefd1fe0386430 /arch/arm/mach-davinci
parenta9ec2f6509f09eacd5094eff176723d4f99a483e (diff)
downloadu-boot-032c9b045c6cf8f9acc38bd7867b6314614ebddc.zip
u-boot-032c9b045c6cf8f9acc38bd7867b6314614ebddc.tar.gz
u-boot-032c9b045c6cf8f9acc38bd7867b6314614ebddc.tar.bz2
arm: Remove unused references to CONFIG_SOC_DM*
There are no references to CONFIG_SOC_DM355 / CONFIG_SOC_DM365 / CONFIG_SOC_DM644X / CONFIG_SOC_DM646X and the files these Makefile lines reference have already been dropped. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-davinci')
-rw-r--r--arch/arm/mach-davinci/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile
index ed88274..ae171e3 100644
--- a/arch/arm/mach-davinci/Makefile
+++ b/arch/arm/mach-davinci/Makefile
@@ -7,14 +7,9 @@
obj-y += cpu.o misc.o timer.o psc.o pinmux.o reset.o
obj-$(CONFIG_DA850_LOWLEVEL) += da850_lowlevel.o
-obj-$(CONFIG_SOC_DM355) += dm355.o
-obj-$(CONFIG_SOC_DM365) += dm365.o
-obj-$(CONFIG_SOC_DM644X) += dm644x.o
-obj-$(CONFIG_SOC_DM646X) += dm646x.o
obj-$(CONFIG_SOC_DA850) += da850_pinmux.o
ifdef CONFIG_SPL_BUILD
obj-$(CONFIG_SPL_FRAMEWORK) += spl.o
-obj-$(CONFIG_SOC_DM365) += dm365_lowlevel.o
obj-$(CONFIG_SOC_DA8XX) += da850_lowlevel.o
endif