mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-02 04:21:32 +00:00
dfu: DFU_MTD depends on CMD_MTDPARTS
Function mtdparts_init() is needed for the DFU MTD driver. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
4e620eb98b
commit
40c79420d0
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ config DFU_SF_PART
|
||||||
config DFU_MTD
|
config DFU_MTD
|
||||||
bool "MTD back end for DFU"
|
bool "MTD back end for DFU"
|
||||||
depends on DM_MTD
|
depends on DM_MTD
|
||||||
|
depends on CMD_MTDPARTS
|
||||||
help
|
help
|
||||||
This option enables using DFU to read and write to on any MTD device.
|
This option enables using DFU to read and write to on any MTD device.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue