diff mbox series

arm: Remove unused references to CONFIG_SOC_DM*

Message ID 20220718153339.2536701-1-trini@konsulko.com
State Accepted
Commit 032c9b045c6cf8f9acc38bd7867b6314614ebddc
Delegated to: Tom Rini
Headers show
Series arm: Remove unused references to CONFIG_SOC_DM* | expand

Commit Message

Tom Rini July 18, 2022, 3:33 p.m. UTC
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>
---
 arch/arm/mach-davinci/Makefile | 5 -----
 1 file changed, 5 deletions(-)

Comments

Tom Rini July 25, 2022, 9:23 p.m. UTC | #1
On Mon, Jul 18, 2022 at 11:33:39AM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-davinci/Makefile b/arch/arm/mach-davinci/Makefile
index ed8827407206..ae171e3ee222 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