diff mbox series

[52/88] mtd: Drop unused CONFIG_ONENAND_U_BOOT

Message ID 20230123220031.3540724-53-sjg@chromium.org
State Changes Requested
Delegated to: Tom Rini
Headers show
Series Clean up of bad Kconfig options | expand

Commit Message

Simon Glass Jan. 23, 2023, 9:59 p.m. UTC
This option does not exist, so the Makefile rule does nothing. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 Makefile | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/Makefile b/Makefile
index 59377362f75..59b5b108168 100644
--- a/Makefile
+++ b/Makefile
@@ -956,7 +956,6 @@  endif
 # Always append INPUTS so that arch config.mk's can add custom ones
 INPUTS-y += u-boot.srec u-boot.bin u-boot.sym System.map binary_size_check
 
-INPUTS-$(CONFIG_ONENAND_U_BOOT) += u-boot-onenand.bin
 ifeq ($(CONFIG_SPL_FSL_PBL),y)
 INPUTS-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
 else