Re: [PATCH] arm: Remove unused references to CONFIG_SOC_DM*

2022-07-25 Thread Tom Rini
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 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH] arm: Remove unused references to CONFIG_SOC_DM*

2022-07-18 Thread Tom Rini
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 
---
 arch/arm/mach-davinci/Makefile | 5 -
 1 file changed, 5 deletions(-)

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