diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2013-10-08 14:30:44 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-10-20 23:42:41 +0200 |
commit | 3402b0534353677933ad33eea602bf78b4f8cdb0 (patch) | |
tree | 715f6f636ca96f2559b64c773aecb39d20d89da6 /common/Makefile | |
parent | b958fb916512d3d9859195f48625b82932591a1d (diff) | |
download | u-boot-imx-3402b0534353677933ad33eea602bf78b4f8cdb0.zip u-boot-imx-3402b0534353677933ad33eea602bf78b4f8cdb0.tar.gz u-boot-imx-3402b0534353677933ad33eea602bf78b4f8cdb0.tar.bz2 |
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>
Diffstat (limited to 'common/Makefile')
-rw-r--r-- | common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile index 288690b..8daca5b 100644 --- a/common/Makefile +++ b/common/Makefile @@ -168,6 +168,7 @@ COBJS-y += usb.o usb_hub.o COBJS-$(CONFIG_USB_STORAGE) += usb_storage.o endif COBJS-$(CONFIG_CMD_USB_MASS_STORAGE) += cmd_usb_mass_storage.o +COBJS-$(CONFIG_CMD_THOR_DOWNLOAD) += cmd_thordown.o COBJS-$(CONFIG_CMD_XIMG) += cmd_ximg.o COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o COBJS-$(CONFIG_CMD_SPL) += cmd_spl.o |