aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-22 09:33:43 -0700
committerTom Rini <trini@konsulko.com>2023-03-02 15:32:25 -0500
commit0d3203e542b8742b7d410f42a9ecdd9c93656d1f (patch)
treef87ffb61ef5a93d04af33fba091ca18ea394accc
parent5d3c70a585f97a199e8f9fe7f7f3e3b951cfd67d (diff)
downloadu-boot-0d3203e542b8742b7d410f42a9ecdd9c93656d1f.zip
u-boot-0d3203e542b8742b7d410f42a9ecdd9c93656d1f.tar.gz
u-boot-0d3203e542b8742b7d410f42a9ecdd9c93656d1f.tar.bz2
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 <sjg@chromium.org>
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 700be23..e575061 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