u-boot/drivers/dfu
Przemyslaw Marczak 899a528215 dfu: samsung: move call to set_dfu_alt_info() to dfu common code
This common call can be used for setting proper entities based
on dfu command arguments.
The config: CONFIG_SET_DFU_ALT_INFO, was used only for few configs,
and now it is common.

The board file should implement:
- set_dfu_alt_info() function

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>
[Test HW: Odroid U3 (Exynos 4412)]
2015-02-25 17:47:02 +01:00
..
Kconfig kconfig: add blank Kconfig files 2014-09-24 18:30:28 -04:00
Makefile dfu: add SF backend 2014-08-09 11:16:59 -04:00
dfu.c dfu: samsung: move call to set_dfu_alt_info() to dfu common code 2015-02-25 17:47:02 +01:00
dfu_mmc.c dfu: mmc: check if mmc device exists in mmc_block_op() 2014-12-18 12:26:06 +01:00
dfu_nand.c dfu: defer parsing of device string to IO backend 2014-08-09 11:16:58 -04:00
dfu_ram.c dfu: defer parsing of device string to IO backend 2014-08-09 11:16:58 -04:00
dfu_sf.c dm: Add spi.h header to a few files 2014-10-22 10:36:47 -06:00