diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2009-03-24 01:11:44 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2009-03-24 01:11:44 +0000 |
| commit | a5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c (patch) | |
| tree | 82bcfda8515b50458bc13991eb7b5cb45376c4e7 /apps/plugins/rockbox_flash.c | |
| parent | a8c22dec4322c6e1ab674731076eed0b1584914b (diff) | |
| download | rockbox-a5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c.zip rockbox-a5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c.tar.gz rockbox-a5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c.tar.bz2 rockbox-a5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c.tar.xz | |
Bump flash image version and adapt flashing documentation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20510 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
| -rw-r--r-- | apps/plugins/rockbox_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c index 5f2117d..4bdb0d2 100644 --- a/apps/plugins/rockbox_flash.c +++ b/apps/plugins/rockbox_flash.c @@ -30,7 +30,7 @@ PLUGIN_HEADER /* define DUMMY if you only want to "play" with the UI, does no harm */ /* #define DUMMY */ -#define LATEST_BOOTLOADER_VERSION 2 /* update this with the bootloader */ +#define LATEST_BOOTLOADER_VERSION 3 /* update this with the bootloader */ #ifndef UINT8 #define UINT8 unsigned char |