mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
net: cosmetic: Fixup var names for DHCP strings
Remove CamelCase variable naming. Move the definition to the same compilation unit as the primary use. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
1411157d85
commit
586cbe51ab
@@ -121,12 +121,6 @@ struct in_addr net_dns_server;
|
||||
/* Our 2nd DNS IP address */
|
||||
struct in_addr net_dns_server2;
|
||||
#endif
|
||||
/* Our NIS domain */
|
||||
char NetOurNISDomain[32] = {0,};
|
||||
/* Our hostname */
|
||||
char NetOurHostName[32] = {0,};
|
||||
/* Our bootpath */
|
||||
char NetOurRootPath[64] = {0,};
|
||||
|
||||
#ifdef CONFIG_MCAST_TFTP /* Multicast TFTP */
|
||||
struct in_addr net_mcast_addr;
|
||||
|
Reference in New Issue
Block a user