]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
remove useless type cast
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 17 Aug 2012 09:28:09 +0000 (11:28 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 17 Aug 2012 09:28:09 +0000 (11:28 +0200)
common/cmd_bootce.c

index 456542a46b73d9f3421a3b34fcd10d2182dfea7e..fb460979497079f2997093db711f3b71f6df85da 100644 (file)
@@ -791,7 +791,7 @@ static int ce_send_bootme(ce_net *net)
        }
 
        /* IP address from environment */
-       data->ipAddr = (unsigned int)getenv_IPaddr("ipaddr");
+       data->ipAddr = getenv_IPaddr("ipaddr");
 
        // Device name string (NULL terminated). Should include
        // platform and number based on Ether address (e.g. Odo42, CEPCLS2346, etc)