public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: remove SPEAR entry in makefile
@ 2023-02-22 19:19 Patrick Delaunay
  2023-02-22 19:19 ` [PATCH 2/2] mmc: remove SDHCI SPEAR Patrick Delaunay
  2023-03-07 17:52 ` [PATCH 1/2] ARM: remove SPEAR entry in makefile Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Patrick Delaunay @ 2023-02-22 19:19 UTC (permalink / raw)
  To: u-boot; +Cc: Patrick Delaunay, Tom Rini, U-Boot STM32

As the lastest spear directories are removed, delete the associated entry
in Makefile.

Fixes: 570c3dcfc153 ("arm: Remove spear600 boards and the rest of SPEAr support")
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
---

 arch/arm/cpu/arm926ejs/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/cpu/arm926ejs/Makefile b/arch/arm/cpu/arm926ejs/Makefile
index 7e7ad4f35d7e..8cfe3f0fbbc2 100644
--- a/arch/arm/cpu/arm926ejs/Makefile
+++ b/arch/arm/cpu/arm926ejs/Makefile
@@ -13,7 +13,6 @@ endif
 endif
 
 obj-$(if $(filter mxs,$(SOC)),y) += mxs/
-obj-$(if $(filter spear,$(SOC)),y) += spear/
 obj-$(CONFIG_ARCH_SUNXI) += sunxi/
 
 # some files can only build in ARM or THUMB2, not THUMB1
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-07 17:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 19:19 [PATCH 1/2] ARM: remove SPEAR entry in makefile Patrick Delaunay
2023-02-22 19:19 ` [PATCH 2/2] mmc: remove SDHCI SPEAR Patrick Delaunay
2023-03-07 17:52   ` Tom Rini
2023-03-07 17:52 ` [PATCH 1/2] ARM: remove SPEAR entry in makefile Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox