diff options
| author | Michael Brown | 2025-07-15 15:08:15 +0200 |
|---|---|---|
| committer | Michael Brown | 2025-07-15 15:10:33 +0200 |
| commit | 1e3fb1b37e16cd7cd30f6b20b9eee929568f35a9 (patch) | |
| tree | ba17eb2387b3d0356fdb2b111d8478adb831320c /src/tests/bofm_test.c | |
| parent | [efi] Assume that vendor wireless drivers are unusable via SNP (diff) | |
| download | ipxe-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/tests/bofm_test.c')
| -rw-r--r-- | src/tests/bofm_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/bofm_test.c b/src/tests/bofm_test.c index 6d472bc7e..bc400284f 100644 --- a/src/tests/bofm_test.c +++ b/src/tests/bofm_test.c @@ -278,5 +278,6 @@ static void bofm_test_init ( void ) { /** BOFM test initialisation function */ struct init_fn bofm_test_init_fn __init_fn ( INIT_NORMAL ) = { + .name = "bofm", .initialise = bofm_test_init, }; |
