diff options
author | Simon Glass | 2023-02-01 13:19:38 -0700 |
---|---|---|
committer | Tom Rini | 2023-02-07 14:33:48 -0500 |
commit | c4b25d5908cbebd07ee6172f133272059514e222 (patch) | |
tree | 13fae298cf3ef8c2fb9c335233af1d39d80c55f9 /arch/arm | |
parent | 4d4cdd4d194596c48125b0a7e42ba0df2747c509 (diff) |
imx: Drop unused CONFIG_IMX
This option does not exist, so the Makefile rule does nothing. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/cpu/arm920t/Makefile | 2 |
1 files changed, 0 insertions, 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 |