summaryrefslogtreecommitdiffstats
path: root/bootloader
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 /bootloader
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
Diffstat (limited to 'bootloader')
-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)
printf("reboot then SELECT+PLAY");
printf("for disk mode");
#endif
+ lcd_update();
while (1) {
if (button_hold() != holdstatus) {