diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-09-03 12:47:45 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-09-03 12:47:45 +0000 |
| commit | f3d5700df79adf73b22f1961f4bf10fda0084444 (patch) | |
| tree | b4c2990b1af9882a76afd940f95c976d8dd85642 /utils | |
| parent | aefbd6301a11367727b7dc265f5aaccbbaac2a3f (diff) | |
| download | rockbox-f3d5700df79adf73b22f1961f4bf10fda0084444.zip rockbox-f3d5700df79adf73b22f1961f4bf10fda0084444.tar.gz rockbox-f3d5700df79adf73b22f1961f4bf10fda0084444.tar.bz2 rockbox-f3d5700df79adf73b22f1961f4bf10fda0084444.tar.xz | |
... but still be compatible with OF..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18396 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/jz4740_tools/jz4740_usbtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jz4740_tools/jz4740_usbtool.c b/utils/jz4740_tools/jz4740_usbtool.c index da60c80..74372aa 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) _GET_CPU; _FLUSH; _GET_CPU; - _STAGE2(0x080004000); + _STAGE2(0x080004008); fprintf(stderr, "[INFO] Done!\n"); return 0; } |