]> git.sur5r.net Git - u-boot/blobdiff - include/net.h
ARM: rmobile: Fix environment placement on Draak
[u-boot] / include / net.h
index 65f51d77a555d3e7dce91ef769bf4ba7bbe564c2..57606855564f002f5b0d4e38c1df926a998e0a43 100644 (file)
@@ -535,7 +535,7 @@ extern int          net_restart_wrap;       /* Tried all network devices */
 
 enum proto_t {
        BOOTP, RARP, ARP, TFTPGET, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP,
-       TFTPSRV, TFTPPUT, LINKLOCAL
+       TFTPSRV, TFTPPUT, LINKLOCAL, FASTBOOT
 };
 
 extern char    net_boot_file_name[1024];/* Boot File name */