Skip to content
Snippets Groups Projects
Commit bb4059a5 authored by Marek Vasut's avatar Marek Vasut Committed by Marek Vasut
Browse files

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: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Cc: Lukasz Majewski <lukma@denx.de>
parent 0f44d335
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment