summaryrefslogtreecommitdiffstats
path: root/net/bootp.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:02 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:32 -0600
commit1411157d857840da444db63f6ba3a3a658a99c5b (patch)
tree472a608659ae85e46e876789bc52a8f38d160237 /net/bootp.h
parent049a95a7759c0e384c1fc7b8575d968d56a33997 (diff)
downloadtalos-obmc-uboot-1411157d857840da444db63f6ba3a3a658a99c5b.tar.gz
talos-obmc-uboot-1411157d857840da444db63f6ba3a3a658a99c5b.zip
net: cosmetic: Fixup var names related to boot file
The variables around the bootfile were inconsistent and used CamelCase. Update them to make the code more readable. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/bootp.h')
-rw-r--r--net/bootp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bootp.h b/net/bootp.h
index 16f40dc156..8c591a6d5b 100644
--- a/net/bootp.h
+++ b/net/bootp.h
@@ -60,7 +60,6 @@ struct Bootp_t {
/* bootp.c */
extern ulong BootpID; /* ID of cur BOOTP request */
-extern char BootFile[128]; /* Boot file name */
extern int BootpTry;
OpenPOWER on IntegriCloud