• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版032c9b045c6cf8f9acc38bd7867b6314614ebddc (tree)
时间2022-07-26 03:57:27
作者Tom Rini <trini@kons...>
CommiterTom Rini

Log Message

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>

更改概述

差异

--- a/arch/arm/mach-davinci/Makefile
+++ b/arch/arm/mach-davinci/Makefile
@@ -7,14 +7,9 @@
77
88 obj-y += cpu.o misc.o timer.o psc.o pinmux.o reset.o
99 obj-$(CONFIG_DA850_LOWLEVEL) += da850_lowlevel.o
10-obj-$(CONFIG_SOC_DM355) += dm355.o
11-obj-$(CONFIG_SOC_DM365) += dm365.o
12-obj-$(CONFIG_SOC_DM644X) += dm644x.o
13-obj-$(CONFIG_SOC_DM646X) += dm646x.o
1410 obj-$(CONFIG_SOC_DA850) += da850_pinmux.o
1511
1612 ifdef CONFIG_SPL_BUILD
1713 obj-$(CONFIG_SPL_FRAMEWORK) += spl.o
18-obj-$(CONFIG_SOC_DM365) += dm365_lowlevel.o
1914 obj-$(CONFIG_SOC_DA8XX) += da850_lowlevel.o
2015 endif