summaryrefslogtreecommitdiffstats
path: root/net/fastboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/fastboot.c')
-rw-r--r--net/fastboot.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/fastboot.c b/net/fastboot.c
index a664fc8163..9082aa48f6 100644
--- a/net/fastboot.c
+++ b/net/fastboot.c
@@ -578,6 +578,5 @@ static void fastboot_net_exit(void)
postenvironment_initcall(fastboot_on_boot);
predevshutdown_exitcall(fastboot_net_exit);
-BAREBOX_MAGICVAR_NAMED(global_fastboot_net_autostart,
- global.fastboot.net.autostart,
- "If true, automatically start fastboot over UDP during startup");
+BAREBOX_MAGICVAR(global.fastboot.net.autostart,
+ "If true, automatically start fastboot over UDP during startup");