diff --git a/net/bootp.c b/net/bootp.c
index 3db08ea2f31583443ee11581763bac4d1fccb2a8..a003c422bd9a4a3f33e01307fb7d33acb293ec03 100644
--- a/net/bootp.c
+++ b/net/bootp.c
@@ -164,8 +164,8 @@ static void auto_load(void)
 			return;
 		}
 #endif
-	TftpStart();
 	}
+	TftpStart();
 }
 
 #if !defined(CONFIG_CMD_DHCP)