Author: stuge
Date: 2009-10-06 05:10:00 +0200 (Tue, 06 Oct 2009)
New Revision: 107

Modified:
   trunk/filo/main/filo.c
Log:
Fix build with CONFIG_AUTOBOOT_DELAY=0

ESC is always checked, so print the prompt even if there's no delay.


Modified: trunk/filo/main/filo.c
===================================================================
--- trunk/filo/main/filo.c      2009-09-23 14:12:31 UTC (rev 106)
+++ trunk/filo/main/filo.c      2009-10-06 03:10:00 UTC (rev 107)
@@ -156,7 +156,7 @@
 #else // ! CONFIG_USE_GRUB
 
 #ifdef CONFIG_AUTOBOOT_FILE
-#if CONFIG_AUTOBOOT_DELAY
+#ifdef CONFIG_AUTOBOOT_DELAY
 static inline int autoboot_delay(void)
 {
     u64 timeout;


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to