summaryrefslogtreecommitdiff
path: root/bootloader/common.h
diff options
context:
space:
mode:
authorBarry Wardell <rockbox@barrywardell.net>2007-03-16 14:28:00 +0000
committerBarry Wardell <rockbox@barrywardell.net>2007-03-16 14:28:00 +0000
commit14ed3ca8d88a8f792e45b5453c9f089ffd8a975a (patch)
tree3a08677ad987d3af59c6744c0d69596aea61e4d2 /bootloader/common.h
parent114641849427b8b2df6630d6b841d4c7058fd317 (diff)
downloadrockbox-14ed3ca8d88a8f792e45b5453c9f089ffd8a975a.tar.gz
rockbox-14ed3ca8d88a8f792e45b5453c9f089ffd8a975a.zip
In preparation for use with sansapatcher, change portalplayer bootloaders to read firmwares in mi4 format.
When loading the OF: 1) first try to load from a hidden disk partition 2) try loading /System/OF.mi4 3) finally fall back to loading /System/OF.bin which is what the old bootloader used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12802 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/common.h')
-rw-r--r--bootloader/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/common.h b/bootloader/common.h
index 3607dd0f68..c2690324e5 100644
--- a/bootloader/common.h
+++ b/bootloader/common.h
@@ -27,6 +27,7 @@
27#define EREAD_IMAGE_FAILED -4 27#define EREAD_IMAGE_FAILED -4
28#define EBAD_CHKSUM -5 28#define EBAD_CHKSUM -5
29#define EFILE_TOO_BIG -6 29#define EFILE_TOO_BIG -6
30#define EINVALID_FORMAT -7
30 31
31/* Set this to true to enable lcd_update() in the printf function */ 32/* Set this to true to enable lcd_update() in the printf function */
32extern bool verbose; 33extern bool verbose;