projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f7955
)
ARM: remove SPEAR entry in makefile
author
Patrick Delaunay
<patrick.delaunay@foss.st.com>
Wed, 22 Feb 2023 19:19:58 +0000
(20:19 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/Makefile
b/arch/arm/cpu/arm926ejs/Makefile
index 7e7ad4f35d7ef6eb97f64df87a819159f3aecd5e..8cfe3f0fbbc26bcd93177625a0f98f3ae1330048 100644
(file)
--- 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