summaryrefslogtreecommitdiffstats
path: root/src/interface/smbios/smbios_settings.c
diff options
context:
space:
mode:
authorMichael Brown2025-07-15 15:08:15 +0200
committerMichael Brown2025-07-15 15:10:33 +0200
commit1e3fb1b37e16cd7cd30f6b20b9eee929568f35a9 (patch)
treeba17eb2387b3d0356fdb2b111d8478adb831320c /src/interface/smbios/smbios_settings.c
parent[efi] Assume that vendor wireless drivers are unusable via SNP (diff)
downloadipxe-1e3fb1b37e16cd7cd30f6b20b9eee929568f35a9.tar.gz
ipxe-1e3fb1b37e16cd7cd30f6b20b9eee929568f35a9.tar.xz
ipxe-1e3fb1b37e16cd7cd30f6b20b9eee929568f35a9.zip
[init] Show initialisation function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/smbios/smbios_settings.c')
-rw-r--r--src/interface/smbios/smbios_settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/smbios/smbios_settings.c b/src/interface/smbios/smbios_settings.c
index 1fe545f38..6358a4709 100644
--- a/src/interface/smbios/smbios_settings.c
+++ b/src/interface/smbios/smbios_settings.c
@@ -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,
};