mirror of
https://xff.cz/git/u-boot/
synced 2026-01-25 14:55:21 +01:00
cmd/mtdparts: Make this select MTD_PARTITIONS
Rather than rely on someone selecting or implying this hidden symbol that the command requires, select it explicitly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -55,7 +55,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
|
||||
imply MICROCHIP_COREQSPI
|
||||
imply MTD_SPI_NAND
|
||||
imply CMD_MTD
|
||||
imply MTD_PARTITIONS
|
||||
imply CMD_MTDPARTS
|
||||
|
||||
endif
|
||||
|
||||
@@ -2702,6 +2702,7 @@ config JFFS2_PART_SIZE
|
||||
config CMD_MTDPARTS
|
||||
bool "MTD partition support"
|
||||
depends on MTD
|
||||
select MTD_PARTITIONS
|
||||
help
|
||||
MTD partitioning tool support.
|
||||
It is strongly encouraged to avoid using this command
|
||||
|
||||
Reference in New Issue
Block a user