projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e620eb
)
dfu: DFU_MTD depends on CMD_MTDPARTS
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Tue, 21 Jul 2020 18:06:31 +0000
(20:06 +0200)
committer
Marek Vasut
<marex@denx.de>
Tue, 1 Sep 2020 12:47:43 +0000
(14:47 +0200)
Function mtdparts_init() is needed for the DFU MTD driver.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/dfu/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/dfu/Kconfig
b/drivers/dfu/Kconfig
index
5d45d7d
..
0eec00b
100644
(file)
--- a/
drivers/dfu/Kconfig
+++ b/
drivers/dfu/Kconfig
@@
-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.