summaryrefslogtreecommitdiffstats
path: root/bootloader/main.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-06-02 21:40:52 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-06-02 21:40:52 +0000
commit794220c116b85a68b84673e437c0939cc616ca9b (patch)
tree4b8dadfe90f133729e8f2721a058232f7a58d6b3 /bootloader/main.c
parente2c93176f24c77c3f08c3d075a3a2066070d1689 (diff)
downloadrockbox-794220c116b85a68b84673e437c0939cc616ca9b.tar.gz
rockbox-794220c116b85a68b84673e437c0939cc616ca9b.zip
iRiver: The hard drive power is now OFF by default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6551 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/main.c')
-rw-r--r--bootloader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index 5a1e79735b..72b7e0bc52 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -188,7 +188,7 @@ void main(void)
lcd_setfont(FONT_SYSFIXED);
- snprintf(buf, 256, "Rockboot version 1");
+ snprintf(buf, 256, "Rockboot version 2");
lcd_puts(0, line++, buf);
sleep(HZ/50); /* Allow the button driver to check the buttons */