u-boot/drivers/dfu
Patrick Delaunay 28d3439f1b dfu: mtd: remove direct call of mtdparts_init function
With MTD support in driver model, the direct call of mtdparts_init
should be avoided and replaced by mtd_probe_devices.

With the modificaton when MTDIDS/MTDPARTS are empty the OF fallback
with partition describe in device tree is correctly performed,
introduced by commit dc339bf784 ("mtd: add support for parsing
partitions defined in OF").
With this patch the dependency with CONFIG_CMD_MTDPARTS is removed.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
2023-06-16 11:01:16 +02:00
..
dfu.c common: dfu: Remove leading space characters 2023-05-31 17:23:01 -04:00
dfu_alt.c dfu: add dfu_write_by_alt() 2020-10-30 14:20:27 +01:00
dfu_mmc.c blk: Switch over to using uclass IDs 2022-09-16 11:05:16 -04:00
dfu_mtd.c dfu: mtd: remove direct call of mtdparts_init function 2023-06-16 11:01:16 +02:00
dfu_nand.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_ram.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
dfu_sf.c Audit <flash.h> inclusion 2022-08-04 16:18:47 -04:00
dfu_virt.c DFU: Check the number of arguments and argument string strictly 2022-02-11 11:29:23 -05:00
Kconfig dfu: mtd: remove direct call of mtdparts_init function 2023-06-16 11:01:16 +02:00
Makefile dfu: rename dfu_tftp_write() to dfu_write_by_name() 2020-10-30 14:20:27 +01:00