diff options
author | Simon Glass | 2023-09-14 10:55:58 -0600 |
---|---|---|
committer | Tom Rini | 2023-09-19 11:36:26 -0400 |
commit | 400a6a3a1be8c7a058253e326ec20cd935d124fb (patch) | |
tree | 23b13bbeaf8ce2f569c0855748faa502d2beb74e /boot/Kconfig | |
parent | 040a604880c6eb86779ef564c055deb7b1bcb828 (diff) |
boot: Drop CMD_MTDPARTS condition for FDT_FIXUP_PARTITIONS
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@chromium.org>
Suggested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'boot/Kconfig')
-rw-r--r-- | boot/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index a1592a74e62..235c5a7a993 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 |