]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - net/rarp.c
Merge git://www.denx.de/git/u-boot-cfi-flash
[people/ms/u-boot.git] / net / rarp.c
index 4ce2f37a8a69c2b8ad70e3ea5e0f2605bf589bbc..1fa11b690d218fbda9fd80d26d99746acae10bf9 100644 (file)
@@ -8,10 +8,10 @@
 #include <common.h>
 #include <command.h>
 #include <net.h>
+#include <net/tftp.h>
 #include "nfs.h"
 #include "bootp.h"
 #include "rarp.h"
-#include "tftp.h"
 
 #define TIMEOUT 5000UL /* Milliseconds before trying BOOTP again */
 #ifndef        CONFIG_NET_RETRY_COUNT