summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <sha@pengutronix.de>2009-10-17 08:54:57 +0200
committerSascha Hauer <sha@pengutronix.de>2009-10-17 08:54:57 +0200
commita5f301fb7a6aa68e3c4342394dfe591ec8eec2aa (patch)
treea7c704e807ae0c24a4d8c67072ec00fe52a3b15e /include
parent551d0886878cfb6dc4e58e2283fa65748819c605 (diff)
downloadbarebox-a5f301fb7a6aa68e3c4342394dfe591ec8eec2aa.tar.gz
barebox-a5f301fb7a6aa68e3c4342394dfe591ec8eec2aa.tar.xz
remove unused variable NetBootFileSize
Signed-off-by: Sascha Hauer <sha@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h
index 486e3ad907..7c47b2da02 100644
--- a/include/net.h
+++ b/include/net.h
@@ -260,7 +260,6 @@ extern IPaddr_t NetOurDNS2IP; /* Our 2nd Domain Name Server (0 = unknown)*/
extern char NetOurNISDomain[32]; /* Our NIS domain */
extern char NetOurHostName[32]; /* Our hostname */
extern char NetOurRootPath[64]; /* Our root path */
-extern ushort NetBootFileSize; /* Our boot file size in blocks */
/** END OF BOOTP EXTENTIONS **/
extern ulong NetBootFileXferSize; /* size of bootfile in bytes */
extern uchar NetOurEther[6]; /* Our ethernet address */