mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
committed by
Marek Vasut
parent
4e620eb98b
commit
40c79420d0
@@ -71,6 +71,7 @@ config DFU_SF_PART
|
||||
config DFU_MTD
|
||||
bool "MTD back end for DFU"
|
||||
depends on DM_MTD
|
||||
depends on CMD_MTDPARTS
|
||||
help
|
||||
This option enables using DFU to read and write to on any MTD device.
|
||||
|
||||
|
Reference in New Issue
Block a user