[init] Show initialisation function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -200,6 +200,7 @@ static void smbios_init ( void ) {
|
||||
|
||||
/** SMBIOS settings initialiser */
|
||||
struct init_fn smbios_init_fn __init_fn ( INIT_NORMAL ) = {
|
||||
.name = "smbios",
|
||||
.initialise = smbios_init,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user