summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-03-24 01:11:44 +0000
committerJens Arnold <amiconn@rockbox.org>2009-03-24 01:11:44 +0000
commita5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c (patch)
tree82bcfda8515b50458bc13991eb7b5cb45376c4e7 /apps/plugins/rockbox_flash.c
parenta8c22dec4322c6e1ab674731076eed0b1584914b (diff)
downloadrockbox-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.c2
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