mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
4d4cdd4d19
commit
c4b25d5908
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue