]> git.sur5r.net Git - u-boot/blobdiff - include/net.h
Makefile: drop unused cpp_cfg macro
[u-boot] / include / net.h
index 9c7199aca92c05e41b3c2a14882910d9ea35eced..f9984ae86ca5614f275e427b2eeba6015b585f37 100644 (file)
@@ -540,6 +540,8 @@ enum proto_t {
 };
 
 extern char    net_boot_file_name[1024];/* Boot File name */
+/* Indicates whether the file name was specified on the command line */
+extern bool    net_boot_file_name_explicit;
 /* The actual transferred size of the bootfile (in bytes) */
 extern u32     net_boot_file_size;
 /* Boot file size in blocks as reported by the DHCP server */