mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
Convert CONFIG_CMD_THOR_DOWNLOAD to Kconfig
This converts the following to Kconfig: CONFIG_CMD_THOR_DOWNLOAD Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
This commit is contained in:
@ -304,6 +304,14 @@ config CMD_SPL_WRITE_SIZE
|
||||
flash used by Falcon-mode boot. See the documentation until CMD_SPL
|
||||
for detail.
|
||||
|
||||
config CMD_THOR_DOWNLOAD
|
||||
bool "thor - TIZEN 'thor' download"
|
||||
help
|
||||
Implements the 'thor' download protocol. This is a way of
|
||||
downloading a software update over USB from an attached host.
|
||||
There is no documentation about this within the U-Boot source code
|
||||
but you should be able to find something on the interwebs.
|
||||
|
||||
endmenu
|
||||
|
||||
menu "Environment commands"
|
||||
|
Reference in New Issue
Block a user