summaryrefslogtreecommitdiff
path: root/utils/jz4740_tools/jz4740_usbtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/jz4740_tools/jz4740_usbtool.c')
-rw-r--r--utils/jz4740_tools/jz4740_usbtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jz4740_tools/jz4740_usbtool.c b/utils/jz4740_tools/jz4740_usbtool.c
index da60c803c1..74372aa632 100644
--- a/utils/jz4740_tools/jz4740_usbtool.c
+++ b/utils/jz4740_tools/jz4740_usbtool.c
@@ -530,7 +530,7 @@ int send_rockbox(usb_dev_handle *dh)
530 _GET_CPU; 530 _GET_CPU;
531 _FLUSH; 531 _FLUSH;
532 _GET_CPU; 532 _GET_CPU;
533 _STAGE2(0x080004000); 533 _STAGE2(0x080004008);
534 fprintf(stderr, "[INFO] Done!\n"); 534 fprintf(stderr, "[INFO] Done!\n");
535 return 0; 535 return 0;
536} 536}