net: cosmetic: Clean up CDP variables and functions
[oweals/u-boot.git] / net / net.c
index a1594323cdd5491a81a01001e9f055fe5bc51ca3..3c8b6083c0eb5f0fb73046f484bbefafa4c62589 100644 (file)
--- a/net/net.c
+++ b/net/net.c
@@ -412,7 +412,7 @@ restart:
 #endif
 #if defined(CONFIG_CMD_CDP)
                case CDP:
-                       CDPStart();
+                       cdp_start();
                        break;
 #endif
 #if defined (CONFIG_NETCONSOLE) && !(CONFIG_SPL_BUILD)