From 2a3856f613caa8fc13083a7b932f7b7a283fc85b Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 7 Feb 2005 01:47:47 +0000 Subject: Better feedback when booting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5825 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader/main.c') diff --git a/bootloader/main.c b/bootloader/main.c index aeb470b658..4f1ee3c120 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -167,7 +167,6 @@ int main(void) disk_init(); - /* FixMe: the same kind of mounting happens in usb.c, share the code. */ rc = disk_mount_all(); if (rc<=0) { @@ -178,6 +177,7 @@ int main(void) } lcd_puts(0, line++, "Loading firmware"); + lcd_update(); i = load_firmware(); snprintf(buf, 256, "Result: %d", i); lcd_puts(0, line++, buf); -- cgit v1.2.3