mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
[nvo] Expose non-volatile options block name
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -296,7 +296,8 @@ int register_nvo ( struct nvo_block *nvo, struct settings *parent ) {
|
||||
goto err_load;
|
||||
|
||||
/* Register settings */
|
||||
if ( ( rc = register_settings ( &nvo->settings, parent, "nvo" ) ) != 0 )
|
||||
if ( ( rc = register_settings ( &nvo->settings, parent,
|
||||
NVO_SETTINGS_NAME ) ) != 0 )
|
||||
goto err_register;
|
||||
|
||||
DBGC ( nvo, "NVO %p registered\n", nvo );
|
||||
|
||||
Reference in New Issue
Block a user