]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ARM: remove SPEAR entry in makefile
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Wed, 22 Feb 2023 19:19:58 +0000 (20:19 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 6 Mar 2023 22:03:56 +0000 (17:03 -0500)
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

index 7e7ad4f35d7ef6eb97f64df87a819159f3aecd5e..8cfe3f0fbbc26bcd93177625a0f98f3ae1330048 100644 (file)
@@ -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