diff options
author | Simon Glass <sjg@chromium.org> | 2023-02-01 13:20:23 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-02-07 14:33:50 -0500 |
commit | c67e0881babff950c10c8b5be2e30e874871b57e (patch) | |
tree | 60338b513d803c679f181747d72980d5b0fbc3d9 /board | |
parent | 0976963a32ac772d48a42693e9e9f398316845d6 (diff) | |
download | u-boot-c67e0881babff950c10c8b5be2e30e874871b57e.tar.gz u-boot-c67e0881babff950c10c8b5be2e30e874871b57e.tar.bz2 u-boot-c67e0881babff950c10c8b5be2e30e874871b57e.zip |
imx: Drop CONFIG_USE_PLUGIN
This option is not defined anywhere. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx7ulp_evk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 $< $@ |