ppc4xx/POST: Change ethernet test loop count to a default of 10
[oweals/u-boot.git] / lib / net_utils.c
index f03b098e9c1cca63a27ad0f49ff6585f5bffa0c1..b425a68d9138fcef3854912c308c71221453c519 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <common.h>
 
-IPaddr_t string_to_ip(char *s)
+IPaddr_t string_to_ip(const char *s)
 {
        IPaddr_t addr;
        char *e;