imx: Drop CONFIG_USE_PLUGIN
authorSimon Glass <sjg@chromium.org>
Wed, 1 Feb 2023 20:20:23 +0000 (13:20 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 7 Feb 2023 19:33:50 +0000 (14:33 -0500)
This option is not defined anywhere. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
board/freescale/mx7ulp_evk/Makefile

index 686763d..9f33c61 100644 (file)
@@ -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 $< $@