Default bootsplash on (for coreboot users).
authorKevin O'Connor <kevin@koconnor.net>
Fri, 30 Jul 2010 18:09:31 +0000 (14:09 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 30 Jul 2010 18:09:31 +0000 (14:09 -0400)
src/bootsplash.c
src/config.h

index f070d7d19d2c90d63f425505f5fbdb6a5cc6fe94..676ece3b579aa5e6e47164391b59b522655493ff 100644 (file)
@@ -248,7 +248,7 @@ gotext:
 void
 disable_bootsplash(void)
 {
-    if (! CONFIG_BOOTSPLASH || !GET_EBDA(bootsplash_active))
+    if (!CONFIG_BOOTSPLASH  || !CONFIG_COREBOOT || !GET_EBDA(bootsplash_active))
         return;
     SET_EBDA(bootsplash_active, 0);
     enable_vga_text_console();
index 3dcbcf57228f269b6e120469c7bded62449beb6f..4572ee57c5f22c1747bb847d12be59df365f1305 100644 (file)
 // Run the vga rom during S3 resume.
 #define CONFIG_S3_RESUME_VGA_INIT 0
 // Support boot splash
-#define CONFIG_BOOTSPLASH 0
+#define CONFIG_BOOTSPLASH 1
 // define it if the (emulated) hardware supports SMM mode
 #define CONFIG_USE_SMM 1
 // Maximum number of map entries in the e820 map