commit | 88fe11cbcb64bf0ec7ed05580f54387e620057b7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 01 13:19:38 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 07 14:33:48 2023 -0500 |
tree | 13fae298cf3ef8c2fb9c335233af1d39d80c55f9 | |
parent | cc44eb988cf23e0a72d69191ab696dbaf8dd908d [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>
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 @@ obj-y += cpu.o -obj-$(CONFIG_IMX) += imx/ - # some files can only build in ARM mode ifdef CONFIG_$(SPL_)SYS_THUMB_BUILD