From c4b25d5908cbebd07ee6172f133272059514e222 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 1 Feb 2023 13:19:38 -0700 Subject: [PATCH] imx: Drop unused CONFIG_IMX This option does not exist, so the Makefile rule does nothing. Drop it. Signed-off-by: Simon Glass --- 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 b70822c..5ac3740 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.7.4