[PATCH v3 19/20] boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
Simon Glass
sjg at chromium.org
Mon Sep 4 16:41:22 CEST 2023
This is not needed, so drop it. Also use a capital 'O' for the option,
while we are here.
Signed-off-by: Simon Glass <sjg at chromium.org>
Suggested-by: Tom Rini <trini at konsulko.com>
---
Changes in v3:
- Add new patch to drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
boot/Kconfig | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/boot/Kconfig b/boot/Kconfig
index a7dcd6b0ae07..e8bc7dfddc77 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -1476,8 +1476,7 @@ config OF_STDOUT_VIA_ALIAS
exist / should not be used.
config FDT_FIXUP_PARTITIONS
- bool "overwrite MTD partitions in DTS through defined in 'mtdparts'"
- depends on CMD_MTDPARTS
+ bool "Overwrite MTD partitions in DTS through defined in 'mtdparts'"
help
Allow overwriting defined partitions in the device tree blob
using partition info defined in the 'mtdparts' environment
--
2.42.0.283.g2d96d420d3-goog
More information about the U-Boot
mailing list