summaryrefslogtreecommitdiffstats
path: root/common/spl/spl_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/spl/spl_net.c')
-rw-r--r--common/spl/spl_net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_net.c b/common/spl/spl_net.c
index af4952f680..217a435c73 100644
--- a/common/spl/spl_net.c
+++ b/common/spl/spl_net.c
@@ -28,7 +28,7 @@ void spl_net_load_image(const char *device)
}
if (device)
setenv("ethact", device);
- rv = NetLoop(BOOTP);
+ rv = net_loop(BOOTP);
if (rv < 0) {
printf("Problem booting with BOOTP\n");
hang();
OpenPOWER on IntegriCloud