From: Simon Glass Date: Wed, 1 Feb 2023 20:20:23 +0000 (-0700) Subject: imx: Drop CONFIG_USE_PLUGIN X-Git-Tag: v2025.01-rc5-pxa1908~1117^2~4 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=c67e0881babff950c10c8b5be2e30e874871b57e;p=u-boot.git imx: Drop CONFIG_USE_PLUGIN This option is not defined anywhere. Drop it. Signed-off-by: Simon Glass --- diff --git a/board/freescale/mx7ulp_evk/Makefile b/board/freescale/mx7ulp_evk/Makefile index 686763d674..9f33c61f03 100644 --- a/board/freescale/mx7ulp_evk/Makefile +++ b/board/freescale/mx7ulp_evk/Makefile @@ -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 $< $@