summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/jz4740_tools/jz4740_usbtool.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/jz4740_tools/jz4740_usbtool.c b/utils/jz4740_tools/jz4740_usbtool.c
index 165aafb19d..fe8771ae12 100644
--- a/utils/jz4740_tools/jz4740_usbtool.c
+++ b/utils/jz4740_tools/jz4740_usbtool.c
@@ -489,13 +489,13 @@ int mimic_of(usb_dev_handle *dh)
489 _SLEEP(2); 489 _SLEEP(2);
490 _GET_CPU; 490 _GET_CPU;
491 _SET_ADDR(0x80E0 << 16); 491 _SET_ADDR(0x80E0 << 16);
492 _SEND_FILE("10.bin"); 492 _SEND_FILE("onda.bin");
493 _GET_CPU; 493 _GET_CPU;
494 _VERIFY_DATA("10.bin", 0x80E0 << 16); 494 _VERIFY_DATA("onda.bin", 0x80E0 << 16);
495 _GET_CPU; 495 _GET_CPU;
496 _FLUSH; 496 _FLUSH;
497 _GET_CPU; 497 _GET_CPU;
498 _STAGE2(0x80e00008); 498 _STAGE2(0x80E00008);
499 fprintf(stderr, "[INFO] Done!\n"); 499 fprintf(stderr, "[INFO] Done!\n");
500 return 0; 500 return 0;
501} 501}