diff options
author | Joe Hershberger | 2015-04-08 01:41:02 -0500 |
---|---|---|
committer | Simon Glass | 2015-04-18 11:11:32 -0600 |
commit | 1411157d857840da444db63f6ba3a3a658a99c5b (patch) | |
tree | 472a608659ae85e46e876789bc52a8f38d160237 /net/bootp.h | |
parent | 049a95a7759c0e384c1fc7b8575d968d56a33997 (diff) |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/bootp.h b/net/bootp.h index 16f40dc1568..8c591a6d5ba 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; |