summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2007-05-22 19:05:14 +0000
committerDave Chapman <dave@dchapman.com>2007-05-22 19:05:14 +0000
commit7d79db2ab22f99dba034fd64af9157eb67aa20e3 (patch)
tree67154270e22c1d52050419ad4e564e186e6fea78
parentd9bbf5af8ec9d64f493689c6e071bea37b47110c (diff)
downloadrockbox-7d79db2ab22f99dba034fd64af9157eb67aa20e3.tar.gz
rockbox-7d79db2ab22f99dba034fd64af9157eb67aa20e3.zip
Ooops (about 3 months too late) - when an error is found by the bootloader, call lcd_update() so users can see it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13468 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--bootloader/ipod.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/ipod.c b/bootloader/ipod.c
index 48812eae82..ddc1021235 100644
--- a/bootloader/ipod.c
+++ b/bootloader/ipod.c
@@ -201,6 +201,7 @@ void fatal_error(void)
201 printf("reboot then SELECT+PLAY"); 201 printf("reboot then SELECT+PLAY");
202 printf("for disk mode"); 202 printf("for disk mode");
203#endif 203#endif
204 lcd_update();
204 205
205 while (1) { 206 while (1) {
206 if (button_hold() != holdstatus) { 207 if (button_hold() != holdstatus) {