summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorSzymon Dziok <b0hoon@o2.pl>2010-03-23 21:28:25 +0000
committerSzymon Dziok <b0hoon@o2.pl>2010-03-23 21:28:25 +0000
commit492fafe8792bf21f034d34bbef0e3d38383fa989 (patch)
tree70f59cc155b207bc3903ceedbb4ad4c0ce5f43d5 /firmware
parent564daa1a6855cd0194dad3d2ec0de3e443117fa9 (diff)
downloadrockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.tar.gz
rockbox-492fafe8792bf21f034d34bbef0e3d38383fa989.zip
Packard Bell Vibe 500: remove the old bootloader code (actually a lack of code) and make the main-pp.c acting like a true bootloader for the DAP. It's the first step to integrate the DAP with the RBUtil.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25311 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/vibe500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/vibe500.h b/firmware/export/config/vibe500.h
index f8ce86b24f..37e78f7b61 100644
--- a/firmware/export/config/vibe500.h
+++ b/firmware/export/config/vibe500.h
@@ -191,7 +191,7 @@
191#define MI4_FORMAT 191#define MI4_FORMAT
192#define BOOTFILE_EXT "mi4" 192#define BOOTFILE_EXT "mi4"
193#define BOOTFILE "rockbox." BOOTFILE_EXT 193#define BOOTFILE "rockbox." BOOTFILE_EXT
194#define BOOTDIR "/.system" 194#define BOOTDIR "/.rockbox"
195 195
196#define ICODE_ATTR_TREMOR_NOT_MDCT 196#define ICODE_ATTR_TREMOR_NOT_MDCT
197 197