]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
boot: Join FDT_FIXUP_PARTITIONS with related options
authorSimon Glass <sjg@chromium.org>
Thu, 14 Sep 2023 16:55:57 +0000 (10:55 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 19 Sep 2023 15:36:26 +0000 (11:36 -0400)
Move this to be with the other devicetree-fixup options.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
boot/Kconfig
lib/Kconfig

index 2dd05e2e1661ebf0b1aa421b49a83e7c86b338d0..a1592a74e6247f3843597ecd58651971e912af48 100644 (file)
@@ -1475,6 +1475,14 @@ config OF_STDOUT_VIA_ALIAS
          incorrect when used with device tree as this option does not
          exist / should not be used.
 
+config FDT_FIXUP_PARTITIONS
+       bool "overwrite MTD partitions in DTS through defined in 'mtdparts'"
+       depends on CMD_MTDPARTS
+       help
+         Allow overwriting defined partitions in the device tree blob
+         using partition info defined in the 'mtdparts' environment
+         variable.
+
 config FDT_SIMPLEFB
        bool "FDT tools for simplefb support"
        help
index bfab2f3165a7e1b95aae6bbe75cb6b9bc77a1052..eb2b101618240104d849d13c75d5bae9e29001ad 100644 (file)
@@ -953,15 +953,6 @@ config VPL_OF_LIBFDT_ASSUME_MASK
          0xff means all assumptions are made and any invalid data may cause
          unsafe execution. See FDT_ASSUME_PERFECT, etc. in libfdt_internal.h
 
-config FDT_FIXUP_PARTITIONS
-       bool "overwrite MTD partitions in DTS through defined in 'mtdparts'"
-       depends on OF_LIBFDT
-       depends on CMD_MTDPARTS
-       help
-         Allow overwriting defined partitions in the device tree blob
-         using partition info defined in the 'mtdparts' environment
-         variable.
-
 menu "System tables"
        depends on (!EFI && !SYS_COREBOOT) || (ARM && EFI_LOADER)