]> git.baikalelectronics.ru Git - uboot.git/commitdiff
mtd: Drop unused CONFIG_ONENAND_U_BOOT
authorSimon Glass <sjg@chromium.org>
Wed, 22 Feb 2023 16:33:43 +0000 (09:33 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 22:45:57 +0000 (17:45 -0500)
This option does not exist, so the Makefile rule does nothing. Drop it.

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

index 700be2376476c0d7262f66ea2e7479069f8ad00f..e575061588642a5332fa861adca7660255480434 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -957,7 +957,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