mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
We don't actually use the reset functions anywhere, and nothing really
provides them.
This commit is contained in:
@@ -417,7 +417,7 @@ struct console_driver btext_console __console_driver = {
|
||||
.disabled = 1,
|
||||
};
|
||||
|
||||
INIT_FN ( INIT_CONSOLE, btext_init, NULL, NULL );
|
||||
INIT_FN ( INIT_CONSOLE, btext_init, NULL );
|
||||
|
||||
|
||||
//come from linux/drivers/video/font-8x16.c
|
||||
|
||||
Reference in New Issue
Block a user