u-boot/drivers/dfu
Aswath Govindraju 8e3ea2da72 usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig
Currently the config options CONFIG_SYS_DFU_DATA_BUF_SIZE and
CONFIG_SYS_DFU_MAX_FILE_SIZE are being set in include/configs/<board>.h
files and also in <board_name>_defconfig files without a Kconfig option. It
is easier for users to set these configs in defconfig files than in config
header files as they are a part of the source code.

Add Kconfig symbols, and update the defconfigs by using tools/moveconfig.py
script.

Suggested-by: Pratyush Yadav <p.yadav@ti.com>
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Acked-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Acked-by: Matthias Brugger <mbrugger@suse.com>
Acked-by: Lukasz Majewski <lukma@denx.de>
2021-06-08 21:38:53 -04:00
..
dfu.c dfu: add 'SCRIPT' entity 2021-01-31 14:08:56 +01:00
dfu_alt.c dfu: add dfu_write_by_alt() 2020-10-30 14:20:27 +01:00
dfu_mmc.c dfu: add 'SCRIPT' entity 2021-01-31 14:08:56 +01:00
dfu_mtd.c dfu: dfu_mtd: remove the mtd_block_op error when mtd_lock is not supported 2021-05-28 11:21:51 +02:00
dfu_nand.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
dfu_ram.c dfu: fix dfu tftp on sandbox 2020-09-01 14:47:43 +02:00
dfu_sf.c dfu: dfu_sf: avoid double free of SPI device 2021-03-25 20:15:30 +01:00
dfu_virt.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Kconfig usb: dfu: Migrate CONFIG_SYS_DFU_DATA_BUF_SIZE and CONFIG_SYS_DFU_MAX_FILE_SIZE to Kconfig 2021-06-08 21:38:53 -04:00
Makefile dfu: rename dfu_tftp_write() to dfu_write_by_name() 2020-10-30 14:20:27 +01:00