From 7d79db2ab22f99dba034fd64af9157eb67aa20e3 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 22 May 2007 19:05:14 +0000 Subject: 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 --- bootloader/ipod.c | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit