u-boot-brain/drivers/dfu
Marek Vasut bb4059a53b dfu: Rename _FUNCTION_DFU to DFU_OVER_
Do the following to make the symbol names less confusing.

sed -i "s/\([TU][^_]\+\)_FUNCTION_DFU/DFU_OVER_\1/g" \
	`git grep _FUNCTION_DFU | cut -d ":" -f 1 | sort -u`

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Lukasz Majewski <lukma@denx.de>
2018-02-21 20:28:15 +01:00
..
dfu_mmc.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
dfu_nand.c dfu: remove limitation on partition size 2017-07-28 23:34:39 +02:00
dfu_ram.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
dfu_sf.c dfu: remove limitation on partition size 2017-07-28 23:34:39 +02:00
dfu_tftp.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
dfu.c treewide: replace with error() with pr_err() 2017-10-04 11:59:44 -04:00
Kconfig dfu: Rename _FUNCTION_DFU to DFU_OVER_ 2018-02-21 20:28:15 +01:00
Makefile dfu: Fix up the Kconfig mess 2018-02-21 20:28:15 +01:00