mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 08:27:23 +00:00
585a696e4e
The dfu tftp feature can be now enabled via Kconfig. This commit provides necessary code for it. Signed-off-by: Lukasz Majewski <l.majewski@majess.pl> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
10 lines
244 B
Text
10 lines
244 B
Text
menu "DFU support"
|
|
|
|
config DFU_TFTP
|
|
bool "DFU via TFTP"
|
|
help
|
|
This option allows performing update of DFU managed medium with data
|
|
send via TFTP boot.
|
|
Detailed description of this feature can be found at ./doc/README.dfutftp
|
|
|
|
endmenu
|