projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4cdd4
)
imx: Drop unused CONFIG_IMX
author
Simon Glass
<sjg@chromium.org>
Wed, 1 Feb 2023 20:19:38 +0000
(13:19 -0700)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Feb 2023 19:33:48 +0000
(14:33 -0500)
This option does not exist, so the Makefile rule does nothing. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/arm920t/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm920t/Makefile
b/arch/arm/cpu/arm920t/Makefile
index b70822c67ab9ab6dec5deaf2a65a89fb4ab9f0fb..5ac3740621c64f19467ae7c6b0a48e96d32d68c6 100644
(file)
--- a/
arch/arm/cpu/arm920t/Makefile
+++ b/
arch/arm/cpu/arm920t/Makefile
@@
-7,8
+7,6
@@
extra-y = start.o
obj-y += cpu.o
-obj-$(CONFIG_IMX) += imx/
-
# some files can only build in ARM mode
ifdef CONFIG_$(SPL_)SYS_THUMB_BUILD