]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - net/net.c
net: cosmetic: Clean up netconsole variables and functions
[karo-tx-uboot.git] / net / net.c
index 820b57d8a62b72bcfd8d6da12597d408f0a29812..aeb4fb023a4cfacafcaafe9bcb9e6586fbf04132 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -417,7 +417,7 @@ restart:
 #endif
 #if defined (CONFIG_NETCONSOLE) && !(CONFIG_SPL_BUILD)
                case NETCONS:
-                       NcStart();
+                       nc_start();
                        break;
 #endif
 #if defined(CONFIG_CMD_SNTP)