]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd:thor: Support for TIZEN's download command (thordown)
authorLukasz Majewski <l.majewski@samsung.com>
Tue, 8 Oct 2013 12:30:44 +0000 (14:30 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 20 Oct 2013 21:42:41 +0000 (23:42 +0200)
commit3402b0534353677933ad33eea602bf78b4f8cdb0
tree715f6f636ca96f2559b64c773aecb39d20d89da6
parentb958fb916512d3d9859195f48625b82932591a1d
cmd:thor: Support for TIZEN's download command (thordown)

New command - thordown - has been added to support downloading data
via lthor TIZEN program.
It is similar to dfu command syntax and reuses its code for flashing data.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
common/Makefile
common/cmd_thordown.c [new file with mode: 0644]