summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <sha@pengutronix.de>2009-10-17 11:37:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-10-19 10:18:51 +0200
commit2dc2132f0e3c707a86fe332fd94b1c05b137dfe7 (patch)
tree4c2dde05efbbd43fdf29ca93c859436b0fd4e4b2 /include
parentd78105a55bc762f54400dc6bf6ae2cf8aa216d96 (diff)
downloadbarebox-2dc2132f0e3c707a86fe332fd94b1c05b137dfe7.tar.gz
barebox-2dc2132f0e3c707a86fe332fd94b1c05b137dfe7.tar.xz
remove global variable BootFile
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/net.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net.h b/include/net.h
index 7c47b2da02..c689a43275 100644
--- a/include/net.h
+++ b/include/net.h
@@ -301,9 +301,6 @@ extern void ArpRequest (void);
typedef enum { BOOTP, RARP, ARP, TFTP, DHCP, PING, DNS, NFS, CDP, NETCONS, SNTP } proto_t;
-/* from net/net.c */
-extern char BootFile[128]; /* Boot File name */
-
/* when CDP completes these hold the return values */
extern ushort CDPNativeVLAN;
extern ushort CDPApplianceVLAN;