diff options
| author | Simon Glass <[email protected]> | 2023-02-22 09:33:43 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-02 17:45:57 -0500 |
| commit | 2aaba924b4412a5b220d870e2bb7c360ce931ad1 (patch) | |
| tree | 893dab8e9806c0e73435307e15cd5909de6154c0 | |
| parent | 83431d14744f88613b74d142ce0914e3cac8ee92 (diff) | |
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 <[email protected]>
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
