Added optional boot slowdown, and removed bootsplash ability
Added an option to allow waiting x milliseconds until clearing the framebuffer to allow time to the Coreboot bootsplash. Also removed SeaBIOS's bootsplash ability completely.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef _RF_CONFIG_H
|
||||
#define _RF_CONFIG_H
|
||||
|
||||
#define RF_CONF_COREBOOT_BOOTSPLASH 500 // 500 ms before clearing Coreboot bootsplash
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user