diff options
author | Tom Rini <trini@ti.com> | 2014-05-06 14:45:51 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-06 14:45:51 -0400 |
commit | 3c3f13f81942134edff280fcb5e7137c623e7dac (patch) | |
tree | b4c23dce6db18c7942f309c32cd80b8db31ba95d /common/cmd_thordown.c | |
parent | 52fded7b94d98c73a824e4a9d90596a33a1cbb8a (diff) | |
parent | af41d6b4cb1602abebaaa9c8774a9b0ece564796 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'common/cmd_thordown.c')
-rw-r--r-- | common/cmd_thordown.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/cmd_thordown.c b/common/cmd_thordown.c index c4b3511458..2dd750928e 100644 --- a/common/cmd_thordown.c +++ b/common/cmd_thordown.c @@ -22,7 +22,6 @@ int do_thor_down(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) char *interface = argv[2]; char *devstring = argv[3]; - const char *s = "thor"; int ret; puts("TIZEN \"THOR\" Downloader\n"); @@ -40,7 +39,7 @@ int do_thor_down(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) goto exit; } - g_dnl_register(s); + g_dnl_register("usb_dnl_thor"); ret = thor_init(); if (ret) { |