]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
removed debug printf in bootme_timeout_handler()
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 17 May 2013 11:03:04 +0000 (13:03 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 17 May 2013 11:03:04 +0000 (13:03 +0200)
net/bootme.c

index fd88beeee396686d95d68bae5b300313f28ec72f..56ae37834707f2e55c3bcd7d1b015aa60df3ed68 100644 (file)
@@ -97,8 +97,6 @@ static inline void ce_dump_block(void *ptr, int length)
 
 static void bootme_timeout_handler(void)
 {
-printf("%s\n", __func__);
-
        net_set_state(NETLOOP_SUCCESS);
        bootme_timed_out++;
 }