diff options
author | Simon Glass <sjg@chromium.org> | 2023-09-14 10:55:57 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-09-19 11:36:26 -0400 |
commit | 040a604880c6eb86779ef564c055deb7b1bcb828 (patch) | |
tree | 09aa0ec2172f857bfdf8b9c3efd1df16cdd04085 /boot | |
parent | 4483184127f8ac36869d014ebe116d4822b30ca7 (diff) | |
download | u-boot-040a604880c6eb86779ef564c055deb7b1bcb828.zip u-boot-040a604880c6eb86779ef564c055deb7b1bcb828.tar.gz u-boot-040a604880c6eb86779ef564c055deb7b1bcb828.tar.bz2 |
boot: Join FDT_FIXUP_PARTITIONS with related options
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>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig index 2dd05e2..a1592a7 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -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 |