mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
imx: Drop CONFIG_USE_PLUGIN
This option is not defined anywhere. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0976963a32
commit
c67e0881ba
1 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,3 @@
|
|||
# (C) Copyright 2016 Freescale Semiconductor, Inc.
|
||||
|
||||
obj-y := mx7ulp_evk.o
|
||||
|
||||
extra-$(CONFIG_USE_PLUGIN) := plugin.bin
|
||||
$(obj)/plugin.bin: $(obj)/plugin.o
|
||||
$(OBJCOPY) -O binary --gap-fill 0xff $< $@
|
||||
|
|
Loading…
Reference in a new issue