[PATCH 30/88] imx: Drop unused CONFIG_IMX

Simon Glass sjg at chromium.org
Mon Jan 23 22:59:33 CET 2023


This option does not exist, so the Makefile rule does nothing. Drop it.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/arm/cpu/arm920t/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/cpu/arm920t/Makefile b/arch/arm/cpu/arm920t/Makefile
index b70822c67ab..5ac3740621c 100644
--- 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
-- 
2.39.1.456.gfc5497dd1b-goog



More information about the U-Boot mailing list