mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
040a604880
commit
400a6a3a1b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue