From: Simon Glass Date: Wed, 22 Feb 2023 16:33:43 +0000 (-0700) Subject: mtd: Drop unused CONFIG_ONENAND_U_BOOT X-Git-Tag: v2025.01-rc5-pxa1908~1023^2~39^2~29 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=2aaba924b4412a5b220d870e2bb7c360ce931ad1;p=u-boot.git mtd: Drop unused CONFIG_ONENAND_U_BOOT This option does not exist, so the Makefile rule does nothing. Drop it. Signed-off-by: Simon Glass --- diff --git a/Makefile b/Makefile index 700be23764..e575061588 100644 --- 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